Wallet
Account API Trading Status (USER_DATA)
Fetch account API trading status with details.
Weight(IP): 1
get/sapi/v1/account/apiTradingStatus
Query parameters
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
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
}
}