BLVT

Redeem BLVT (USER_DATA)

Weight(IP): 1

post/sapi/v1/blvt/redeem

Query parameters

tokenNamestring required

BTCDOWN, BTCUP

amountnumber double required
recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Redemption record

idinteger required
statusstring required

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

tokenNamestring required
redeemAmountstring required

Redemption token amount

amountstring required

Redemption value in usdt

timestampinteger required

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

  • a484ce871a722111See the full diff
    • for the query request parameter recvWindow, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • for the query request parameter timestamp, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • removed the optional property timstamp from the response with the 200 status

      response-optional-property-removed

    • for the query request parameter amount, the type/format was generalized from number/float to number/double

      request-parameter-type-generalized

    • the response property amount became required for the status 200

      response-property-became-required

    • the response property code became required for the status 400

      response-property-became-required

    • the response property code became required for the status 401

      response-property-became-required

    • the response property id became required for the status 200

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required

    • the response property msg became required for the status 401

      response-property-became-required

    • the response property redeemAmount became required for the status 200

      response-property-became-required

    • the response property status became required for the status 200

      response-property-became-required

    • the response property tokenName became required for the status 200

      response-property-became-required

    • added the required property timestamp to the response with the 200 status

      response-required-property-added