v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Auto-Invest

Index Linked Plan Redemption History (USER_DATA)

Get the history of Index Linked Plan Redemption transactions

Max 30 day difference between startTime and endTime If no startTime and endTime, default to show past 30 day records

Weight(IP): 1

get/sapi/v1/lending/auto-invest/redeem/history

Query parameters

requestIdinteger required
Example:12345
startTimeinteger

UTC timestamp in ms

endTimeinteger

UTC timestamp in ms

currentinteger
Example:1

Current querying page. Start from 1. Default:1

assetstring
Example:BTC
sizeinteger
Example:100

Default:10 Max:100

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Redemption history

indexIdinteger required
indexNamestring required
redemptionIdinteger required
statusstring required
assetstring required
amountstring required
redemptionDateTimeinteger required
transactionFeestring required
transactionFeeUnitstring required

Example response

[
  {
    "indexId": 1,
    "indexName": "BINANCE TOP 10 EW",
    "redemptionId": 11,
    "status": "SUCCESS",
    "asset": "BTC",
    "amount": "0.005",
    "redemptionDateTime": 1648378800000,
    "transactionFee": "0",
    "transactionFeeUnit": "USDT"
  }
]