API blvt endpoints

Methods

blvtInfo(optionsopt)

Get BLVT Info (MARKET_DATA)

GET /sapi/v1/blvt/tokenInfo

https://binance-docs.github.io/apidocs/spot/en/#get-blvt-info-market_data

Parameters:
NameTypeAttributesDescription
optionsobject<optional>
Properties
NameTypeAttributesDescription
tokenNamestring<optional>

blvtRedemptionRecord(optionsopt)

Query Redemption Record (USER_DATA)

GET /sapi/v1/blvt/redeem/record

Only the data of the latest 90 days is available
https://binance-docs.github.io/apidocs/spot/en/#query-redemption-record-user_data

Parameters:
NameTypeAttributesDescription
optionsobject<optional>
Properties
NameTypeAttributesDescription
tokenNamestring<optional>
idnumber<optional>
startTimenumber<optional>
endTimenumber<optional>
limitnumber<optional>

default 1000, max 1000

recvWindownumber<optional>

The value cannot be greater than 60000

blvtSubscriptionRecord(optionsopt)

Query Subscription Record (USER_DATA)

GET /sapi/v1/blvt/subscribe/record

Only the data of the latest 90 days is available
https://binance-docs.github.io/apidocs/spot/en/#query-subscription-record-user_data

Parameters:
NameTypeAttributesDescription
optionsobject<optional>
Properties
NameTypeAttributesDescription
tokenNamestring<optional>
idnumber<optional>
startTimenumber<optional>
endTimenumber<optional>
limitnumber<optional>

default 1000, max 1000

recvWindownumber<optional>

The value cannot be greater than 60000

redeemBlvt(tokenName, amount, optionsopt)

Subscribe BLVT (USER_DATA)

POST /sapi/v1/blvt/redeem

https://binance-docs.github.io/apidocs/spot/en/#redeem-blvt-user_data

Parameters:
NameTypeAttributesDescription
tokenNamestring
amountnumber
optionsobject<optional>
Properties
NameTypeAttributesDescription
recvWindownumber<optional>

The value cannot be greater than 60000

subscribeBlvt(tokenName, cost, optionsopt)

Subscribe BLVT (USER_DATA)

POST /sapi/v1/blvt/subscribe

https://binance-docs.github.io/apidocs/spot/en/#subscribe-blvt-user_data

Parameters:
NameTypeAttributesDescription
tokenNamestring
costnumber
optionsobject<optional>
Properties
NameTypeAttributesDescription
recvWindownumber<optional>

The value cannot be greater than 60000