Maxbit API documentation
  1. Maxbit
Maxbit API documentation
  • Maxbit
    • Maxbit Orderbook websocket
    • Get User Balance
      GET
    • Get Deposit Address
      GET
    • Symbol Price Ticker
      GET
    • Get All Asset And Network
      GET
    • New Order
      POST
    • Query Order
      GET
    • Cancel Order
      PUT
    • Cancel all Open Orders on a Symbol
      PUT
    • All Orders
      GET
    • System Status
      GET
    • Account API Trading Status
      GET
    • Get Crypto Deposit History
      GET
    • Get Crypto Withdraw History
      GET
    • Get Fiat Transactions
      GET
    • Get User Banks
      GET
    • Fiat Withdrawal (Advanced)
      POST
    • Get Trading pair
      GET
    • Get Pair Settings
      GET
    • Trading Fee
      GET
  1. Maxbit

Account API Trading Status

GET
/sapi/v1/account/apiTradingStatus
DESCRIPTION
Retrieves the current status of a user's account. This endpoint allows users and administrators to monitor account status, ensuring compliance with platform rules and enabling timely resolution of any issues affecting account access.

Request

Query Params
timestamp
string 
required
UTC timestamp in ms
Example:
1718855898528
signature
string 
required
Example:
{{signature}}
Header Params
Content-Type
string 
required
Example:
application/json
X-MBX-APIKEY
string 
required
Example:
{{maxbit-api-key}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://endpoint-gateway.maxbit.com/sapi/v1/account/apiTradingStatus?timestamp=1718855898528&signature={{signature}}' \
--header 'X-MBX-APIKEY: {{maxbit-api-key}}' \
--header 'Content-Type: application/json'

Responses

🟢200Success
application/json
Body
object {0}
Example
{
    "data": {
        "isLocked": false,
        "plannedRecoverTime": 0,
        "triggerCondition": {
            "GCR": 150,
            "IFER": 150,
            "UFR": 300
        },
        "indicators": {
            "BTC_THB": [
                {
                    "i": "UFR",
                    "c": 20,
                    "v": 0.05,
                    "t": 0.99
                }
            ]
        },
        "updateTime": 1547630471725
    }
}
Modified at 2024-07-10 03:31:00
Previous
System Status
Next
Get Crypto Deposit History
Built with