Skip to main content

Get Eligible Discount Rate

Get Eligible Discount Rate

Description​

Query the eligible users' coin discount rate tiers.

HTTP Request​

  • GET /api/v3/account/eligible-discount-rate
  • Rate limit: 20/sec/UID
  • Permission: UTA mgt. (read)
Request
curl "https://api.bitget.com/api/v3/account/eligible-discount-rate" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters​

ParametersTypeRequiredDescription
coinStringNoCoin name
e.g., BTC
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1784618341109,
"data": [
{
"coin": "BTC",
"list": [
{
"tierStartValue": "0",
"discountRate": "0.99"
},
{
"tierStartValue": "500",
"discountRate": "0.98"
}
]
}
]
}

Response Parameters​

ParameterTypeDescription
coinStringCoin name
e.g., BTC
listArrayList of discount rate tiers
>tierStartValueStringTier start value
e.g., [0,10000 Uīŧ‰: tierStartValue=0
[10000 U,20000 Uīŧ‰: tierStartValue=10000
[20000 U,∞īŧ‰: tierStartValue=20000
>discountRateStringDiscount rate

How was your Reading Experience with us?

★
★
★
★
â˜