Get Discount Rate
Get Discount Rate
Descriptionâ
Query discount rate applied to margin loans.
HTTP Requestâ
- GET /api/v3/market/discount-rate
- Rate limit: 20/sec/IP
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1730911874605,
"data": [
{
"coin": "ETH",
"list": [
{
"tierStartValue": "0",
"discountRate": "0.99"
},
{
"tierStartValue": "40000",
"discountRate": "0.98"
}
]
}
]
}
Response Parametersâ
| Parameter | Type | Comments |
|---|---|---|
| coin | String | Coin name e.g., BTC |
| list | Array | List |
| >tierStartValue | String | Tier start value e.g., [0,10000 Uīŧ: tierStartValue=0[10000 U,20000 Uīŧ: tierStartValue=10000[20000 U,âīŧ: tierStartValue=20000 |
| >discountRate | String | Discount rate |