Skip to main content

Query Account Fee

Returns the user's trading fees for futures.

Request Parameters​

NameTypeRequiredDescription
symbolStringNoMarket symbol

Response Content​

NameTypeDescription
symbolStringMarket symbol
makerFeeDoubleMaker fee rate
takerFeeDoubleTaker fee rate
example
GEThttps://api.btse.com/futures/api/v2.3/user/fees

Response

[
{
"symbol": "BTC-PERP",
"makerFee": 0.0002,
"takerFee": 0.00055
}
]