Skip to main content

Verify Binance Gift Card by Gift Card Number(USER_DATA)

API Description

This API is for verifying whether the Binance Gift Card is valid or not by entering Gift Card Number.

Please note that if you enter the wrong Gift Card Number 5 times within an hour, you will no longer be able to verify any Gift Card Number for that hour.

HTTP Request

GET /sapi/v1/giftcard/verify

Request Weight(IP)

1

Request Parameters

NameTypeMandatoryDescription
referenceNoSTRINGYESEnter the Gift Card Number
recvWindowLONGNO
timestampLONGYES

Response Example

{
"code": "000000",
"message": "success",
"data": {
"valid":true,
"token":"BNB", // coin
"amount":"0.00000001" // amount
},
"success": true
}