Aggregated fees per user / coin / day
Fees
Aggregated fees per user / coin / day
Returns fee aggregations grouped by user, coin, feeToken, and date. Only includes fills where fee > 0.
total_fee_raw: sum of fees in the original fee tokentotal_fee_usdc: sum of fees normalized to USDtotal_notional: total traded volume (px * sz) in USDeffective_rate: fee / notional (multiply by 10000 for bps)
GET
Aggregated fees per user / coin / day
Authorizations
Include in every request header as X-API-Key: <your_key>.
Query Parameters
Filter by user wallet address
Filter by coin
Start time (epoch milliseconds)
End time (epoch milliseconds)
Required range:
x <= 10000Response
200 - application/json
OK
Wallet address
Coin
Fee denomination token
Date (YYYY-MM-DD)
Number of fills
Total fee in feeToken
Total fee in USD
Total notional volume in USD
Fee rate (fee_usdc / notional). Multiply by 10000 for bps.