Margin
Get Small Liability Exchange History (USER_DATA)
Get Small liability Exchange History
Weight(UID): 100
get/sapi/v1/margin/exchange-small-liability-history
Query parameters
currentinteger
Example:1
Current querying page. Start from 1. Default:1
sizeinteger
Example:100
Default:10 Max:100
startTimeinteger
UTC timestamp in ms
endTimeinteger
UTC timestamp in ms
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
coin list
Example response
{
"total": 1,
"rows": [
{
"asset": "ETH",
"amount": "0.00083434",
"targetAsset": "BUSD",
"targetAmount": "1.37576819",
"bizType": "EXCHANGE_SMALL_LIABILITY",
"timestamp": 1672801339253
}
]
}