Trade Fee
Basic user fee - Spot/Margin/trade_hf
This interface is for the basic fee rate of users
HTTP REQUEST
GET /api/v1/base-fee
Example
GET /api/v1/base-fee
GET /api/v1/base-fee?currencyType=1
{
"code": "200000",
"data": {
"takerFeeRate": "0.001",
"makerFeeRate": "0.001"
}
}
API KEY PERMISSIONS
This endpoint requires the General permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Spot weight:3
PARAMETERS
| Param | Type | Mandatory | Description |
|---|---|---|---|
| currencyType | String | No | Currency type: 0-crypto currency, 1-fiat currency. default is 0-crypto currency |
RESPONSES
| Param | Description |
|---|---|
| takerFeeRate | Base taker fee rate |
| makerFeeRate | Base maker fee rate |