Get user fees and fee schedule
Returns the user’s current maker/taker fee rates, fee tier based on the on-chain fee window, the full fee schedule for all VIP tiers, and daily volume history for that same window.
Fee rates are decimal numbers where 0.000340 = 0.034%. Volume values are in whole USD. Volume data has up to 5-minute delay (MV refresh interval). The current on-chain fee window includes today plus the previous 30 UTC calendar days.
Documentation Index
Fetch the complete documentation index at: https://docs.decibel.trade/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token from Geomi. See Authentication for setup instructions.
Query Parameters
User account address (user query alias is also accepted)
Response
User fee information retrieved
Response for GET /api/v1/user_fee_rates?account=<address>.
Returns the user's current fee tier, effective rates (after referral discount), the full fee schedule, and their fee-window daily volume history.
The queried account address
Active referral discount fraction (0.0 if user has no referral or referrals disabled)
Daily volume breakdown for the current on-chain fee window (ascending date order)
Fee schedule mirroring the current on-chain default tiers (all tiers)
User's current fee tier index (0 = base tier)
x >= 0User's effective maker rate after referral discount (decimal number)
User's effective taker rate after referral discount (decimal number)

