Redeem BLVT (USER_DATA)
Weight(IP): 1
Query parameters
BTCDOWN, BTCUP
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Redemption record
Example response
{
"id": 123,
"status": "S",
"tokenName": "LINKUP",
"redeemAmount": "0.95590905",
"amount": "10.05022099",
"timestamp": 1600250279614
}Changes
Changed in 1 of the 26 revisions of this API.2111
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ●
removed the optional property
timstampfrom the response with the200statusresponse-optional-property-removed
- ○
for the
queryrequest parameteramount, the type/format was generalized fromnumber/floattonumber/doublerequest-parameter-type-generalized
- ○
the response property
amountbecame required for the status200response-property-became-required
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
idbecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ○
the response property
redeemAmountbecame required for the status200response-property-became-required
- ○
the response property
statusbecame required for the status200response-property-became-required
- ○
the response property
tokenNamebecame required for the status200response-property-became-required
- ○
added the required property
timestampto the response with the200statusresponse-required-property-added
- ▲