Gift Card
Verify a Binance Code (USER_DATA)
This API is for verifying whether the Binance Code is valid or not by entering Binance Code or reference number.
Please note that if you enter the wrong binance code 5 times within an hour, you will no longer be able to verify any binance code for that hour.
Weight(IP): 1
get/sapi/v1/giftcard/verify
Query parameters
referenceNostring required
reference number
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Code Verification
Example response
{
"code": "000000",
"message": "success",
"data": {
"token": "BNB",
"amount": "0.00000001"
}
}