Skip to main content

Account API Trading Status (USER_DATA)

API Description#

Fetch account api trading status detail.

HTTP Request#

GET /sapi/v1/account/apiTradingStatus

Request Weight(IP)#

1

Request Parameters#

NameTypeMandatoryDescription
recvWindowLONGNO
timestampLONGYES

Response Example#

{    "data": {          // API trading status detail            "isLocked": false,   // API trading function is locked or not            "plannedRecoverTime": 0,  // If API trading function is locked, this is the planned recover time            "triggerCondition": {                     "GCR": 150,  // Number of GTC orders                    "IFER": 150, // Number of FOK/IOC orders                    "UFR": 300   // Number of orders            },            "updateTime": 1547630471725       }}