2026.05.27 - Release Global Fees Paid API
New APIs to retrieve global fees paid analytics for Solana tokens, including fee composition breakdowns across network, priority, tips, and trading platforms.Features
Token - Fee (Single)
GET /defi/v3/token/fee/single- Retrieve global fees paid metrics for a single token
- Include aggregated
summaryand source-leveldetails - Support up to 3 requested timeframes per call
- Supported timeframes:
alltime,24h,8h,4h,2h,1h,30m,15m,5m,1m
Token - Fee (Multiple)
GET /defi/v3/token/fee/multiple- Retrieve global fees paid metrics for multiple tokens in one request
- Return per-token, per-timeframe fee breakdown with both summary and details sections
- Support up to 3 requested timeframes per call
- Supported timeframes:
alltime,24h,8h,4h,2h,1h,30m,15m,5m,1m

