Trading pair actual fee - Futures
This interface is for the actual fee rate of the trading pair. The fee rate of your sub-account is the same as that of the master account.
REQUEST URL
GET /api/v1/trade-fees
Example
GET /api/v1/trade-fees?symbol=ETHUSDTM
{
"code": "200000",
"data": {
"symbol": "XBTUSDTM",
"takerFeeRate": "0.0006",
"makerFeeRate": "0.0002"
}
}
API KEY PERMISSIONS
This endpoint requires the General permission.
REQUEST URL
This endpoint support Futures URL
REQUEST RATE LIMIT
Futures weight
:3
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
symbol | String | Yes | Trading pair |
RESPONSES
Param | Description |
---|---|
symbol | The unique identity of the trading pair and will not change even if the trading pair is renamed |
takerFeeRate | Actual taker fee rate of the trading pair |
makerFeeRate | Actual maker fee rate of the trading pair |