Fetch Token Limit(USER_DATA)
API Description
This API is to help you verify which tokens are available for you to create Stablecoin-Denominated gift cards as mentioned in section 2 and its’ limitation.
HTTP Request
GET /sapi/v1/giftcard/buyCode/token-limit
Request Weight(IP)
1
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
baseToken | STRING | YES | The token you want to pay, example: BUSD |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Response Example
{
"code": "000000",
"message": "success",
"data": [
{
"coin": "BNB",
"fromMin": "0.01",
"fromMax": "1"
}
],
"success":true
}