Get fee schedule
Public
Get fee schedule
Returns the public fee schedule (all tiers).
Endpoint
GET /api/v1/fees/schedule
Authentication
None — fee schedules are public information.
Returns
200 OKwith a JSON array ofFeeTierResponseobjects.500 Internal Server Errorif an internal error occurs.
GET
Get fee schedule
Response
Fee schedule (all tiers)
Maker fee rate as a decimal fraction (e.g. 0.00015 = 0.015%)
Example:
"0.00020"
Minimum 14-day trading volume in USDC to qualify for this tier
Example:
"125000.00"
Taker fee rate as a decimal fraction (e.g. 0.00045 = 0.045%)
Example:
"0.00045"
The tier index (0 = base tier)
Example:
0