Account API Trading Status (USER_DATA)
Fetch account API trading status with details.
Weight(IP): 1
Query parameters
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Account API trading status
Example response
{
"data": {
"triggerCondition": {
"GCR": 150,
"IFER": 150,
"UFR": 300
},
"indicators": {
"BTCUSDT": [
{
"i": "UFR",
"c": 20,
"v": 0.05,
"t": 0.99
}
]
},
"updateTime": 1547630471725
}
}Changes
Changed in 1 of the 26 revisions of this API.218
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/indicatorsbecame required for the status200response-property-became-required
- ○
the response property
data/indicators/BTCUSDTbecame required for the status200response-property-became-required
- ○
the response property
data/indicators/BTCUSDT/items/cbecame required for the status200response-property-became-required
- ○
the response property
data/indicators/BTCUSDT/items/ibecame required for the status200response-property-became-required
- ○
the response property
data/indicators/BTCUSDT/items/tbecame required for the status200response-property-became-required
- ○
the response property
data/indicators/BTCUSDT/items/vbecame required for the status200response-property-became-required
- ○
the response property
data/isLockedbecame required for the status200response-property-became-required
- ○
the response property
data/plannedRecoverTimebecame required for the status200response-property-became-required
- ○
the response property
data/triggerConditionbecame required for the status200response-property-became-required
- ○
the response property
data/triggerCondition/GCRbecame required for the status200response-property-became-required
- ○
the response property
data/triggerCondition/IFERbecame required for the status200response-property-became-required
- ○
the response property
data/triggerCondition/UFRbecame required for the status200response-property-became-required
- ○
the response property
data/updateTimebecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ▲