Skip to main content

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

NameTypeMandatoryDescription
baseTokenSTRINGYESThe token you want to pay, example: BUSD
recvWindowLONGNO
timestampLONGYES

Response Example

{
"code": "000000",
"message": "success",
"data": [
{
"coin": "BNB",
"fromMin": "0.01",
"fromMax": "1"
}
],
"success":true
}