Skip to main content

Query Account Fees

Returns maker/taker fees for the account.

Request Parameters​

NameTypeRequiredDescription
symbolStringNoMarket symbol. If omitted, returns fees for all markets

Response Content​

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

Response

[
{
"symbol": "BTC-USD",
"makerFee": 0.002,
"takerFee": 0.002
}
]