GET /api/currencies/commissions
Market Data
GET /api/currencies/commissions
Default commissions for deposits, withdrawals, and trades.
GET
GET /api/currencies/commissions
Description
Returns the catalogue of default commissions configured on the exchange — broken down by currency, currency pair, blockchain adapter, and commission type (deposit, withdrawal, trade fee). For the logged-in user’s effective commissions (which may be lower based on tier or VIP status), use the authenticated trading API endpointGET /api/currencies/user/commissions.
Parameters
This endpoint takes no query parameters.Response
Array of commission objects.Unique commission record ID.
Currency the commission applies to (e.g.
BTC). null for commissions tied only to a pair.Pair the commission applies to (e.g.
ETH_BTC). null for commissions tied only to a currency or adapter.Blockchain or fiat adapter (e.g.
btc, bsc, erc20). null if not adapter-specific.Commission as a fraction (e.g.
0.001 = 0.1%).Minimum absolute commission amount in
commissionCurrencyCode.Currency the
minimum is measured in.Numeric string code identifying the commission type. See
commissionType.valueKey for the human-readable type.Embedded commission type object.
Internal hash for deduplication (e.g.
1_BTC_btc).