curl
Public
Get fee tier table
Returns the complete exchange-wide fee tier table, sorted ascending by level.
GET
curl
Returns the complete exchange-wide fee tier table, sorted ascending by level. The response reflects the in-memory cache on the serving api-gateway instance, which is updated sub-second via the SBE firehose whenever an admin fee tier update is confirmed by go-core.
No authentication required.
Response
Fee tier table.
Exchange-wide fee tier table returned by GET /v1/feetiers.
Full fee tier table, sorted ascending by level. Sourced from the in-memory cache (updated sub-second via the SBE firehose); seeded from wire.DefaultFeeTiers() on startup before any admin update.