v26

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

Subscribe BLVT (USER_DATA)

Weight(IP): 1

post/sapi/v1/blvt/subscribe

Query parameters

tokenNamestring required

BTCDOWN, BTCUP

costnumber double required

Spot balance

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Subscription Info

idinteger required
statusstring required

S, P, and F for "success", "pending", and "failure"

tokenNamestring required
amountstring required

subscribed token amount

coststring required

subscription cost in usdt

timestampinteger required

Example response

{
  "id": 123,
  "status": "S",
  "tokenName": "LINKUP",
  "amount": "0.9559090500",
  "cost": "9.99999995",
  "timestamp": 1600249972899
}