latestOpenAPI 3.0.32026-08-10336178.7 KB

6b7d8bd51050

Fee Tiers

Fee Tiers

Returns the global fee tier schedule. Each tier specifies a minimum 30-day trailing volume (USD) and the corresponding maker / taker fee rates.

How fee tiers work

Your fee tier is determined by your trailing 30-day trading volume (in USD). The highest tier whose minVolume threshold you meet is applied to all subsequent trades.

FieldTypeDescription
tierintegerTier number (0 = base tier).
minVolumenumberMinimum 30-day volume (USD) to qualify for this tier.
takerRatenumberTaker fee rate (e.g. 0.0005 = 0.05 %).
makerRatenumberMaker fee rate (e.g. 0.0002 = 0.02 %).

Note: Fee rates are expressed as decimals, not percentages. Multiply by 100 to convert (e.g. 0.0005 → 0.05 %).

get/v2/fee-tiers

Response

Fee tier schedule