Get information on swap trading fee
/sapi/v1/account/fee_rate
Request type: POST
Signature verification: Yes
Interface permission: Read
Rate Limit: Generally, the private interface rate limit of API key is at most 144 times every 3 seconds for each UID (Trade Interface: at most 72 times every 3 seconds. Read Interface: at most 72 times every 3 seconds) (this rate limit is shared by all the altcoins contracts delivered by different date).
Interface description: The interface supports cross margin mode and isolated margin mode. The request parameter "contract_code" supports the contract code of futures, in that the format is BTC-USDT-210625. When both of pair, contract_type and contract_code filled in, the contract_code is the preferred. business_type is a required parameter when query info of futures contract, and its value must be futures or all.
Request Address
Online
Online (preferred by aws customers)
Request Parameter
contract_code
string
false
contract type code
swap: "BTC-USDT"... , future: "BTC-USDT-210625" ...
pair
string
false
pair
BTC-USDT
contract_type
string
false
contract type
swap, this_week, next_week, quarter, next_quarter
business_type
string
false
business type, default is swap
futures, swap, all
Response Parameter
status
string
true
Request Processing Result
"ok" , "error"
ts
long
true
Time of Respond Generation, Unit: Millisecond
<data>
false
symbol
string
true
Variety code
contract_code
string
true
contract type code
swap: "BTC-USDT"... , future: "BTC-USDT-210625" ...
open_maker_fee
string
true
Open maker order fee, decimal
open_taker_fee
string
true
Open taker order fee, decimal
close_maker_fee
string
true
Close maker order fee, decimal
close_taker_fee
string
true
Close taker order fee, decimal
fee_asset
string
true
the corresponding cryptocurrency to the given fee
"USDT"...
contract_type
string
true
contract type
swap, this_week, next_week, quarter, next_quarter
pair
string
true
pair
such as: “BTC-USDT”
business_type
string
true
business type
futures, swap
delivery_fee
string
true
delivery fee rate
trade_partition
string
true
Deprecated parameter
</data>
false
Request Example
Response Example
Last updated