Skip to main content

Get Convert Trade History(USER_DATA)

API Description

Get Convert Trade History

HTTP Request

GET /sapi/v1/convert/tradeFlow

Request Weight(UID)

3000

Request Parameters

NameTypeMandatoryDescription
startTimeLONGYES
endTimeLONGYES
limitINTNODefault 100, Max 1000
recvWindowLONGNO
timestampLONGYES
  • The max interval between startTime and endTime is 30 days.

Response Example

{
"list": [
{
"quoteId": "f3b91c525b2644c7bc1e1cd31b6e1aa6",
"orderId": 940708407462087195,
"orderStatus": "SUCCESS", // order status
"fromAsset": "USDT", // from asset
"fromAmount": "20", // from amount
"toAsset": "BNB", // to asset
"toAmount": "0.06154036", // to amount
"ratio": "0.00307702", // price ratio
"inverseRatio": "324.99", // inverse price
"createTime": 1624248872184
}
],
"startTime": 1623824139000,
"endTime": 1626416139000,
"limit": 100,
"moreData": false
}