Skip to main content

Get Small Liability Exchange History (USER_DATA)

API Description

Get Small liability Exchange History

HTTP Request

GET /sapi/v1/margin/exchange-small-liability-history

Request Weight

100(UID)

Request Parameters

NameTypeMandatoryDescription
currentINTYESCurrently querying page. Start from 1. Default:1
sizeINTYESDefault:10, Max:100
startTimeLONGNODefault: 30 days from current timestamp
endTimeLONGNODefault: present timestamp
recvWindowLONGNO
timestampLONGYES

Response Example

{
"total": 1,
"rows": [
{
"asset": "ETH",
"amount": "0.00083434",
"targetAsset": "BUSD",
"targetAmount": "1.37576819",
"bizType": "EXCHANGE_SMALL_LIABILITY",
"timestamp": 1672801339253
}
]
}