v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
BLVT

Query Subscription Record (USER_DATA)

  • Only the data of the latest 90 days is available

Weight(IP): 1

get/sapi/v1/blvt/subscribe/record

Query parameters

tokenNamestring

BTCDOWN, BTCUP

idinteger
startTimeinteger

UTC timestamp in ms

endTimeinteger

UTC timestamp in ms

limitinteger
Example:5

Default 500; max 1000.

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

List of subscription record

idinteger required
tokenNamestring required
amountstring required

Subscription amount

navstring required

NAV price of subscription

feestring required

Subscription fee in usdt

totalChargestring required

Subscription cost in usdt

timestampinteger required

Example response

{
  "id": 1,
  "tokenName": "LINKUP",
  "amount": "0.54216292",
  "nav": "18.42621386",
  "fee": "0.00999000",
  "totalCharge": "9.99999991",
  "timestamp": 1599127217916
}