Token - Fee (Single)
curl --request GET \
--url https://public-api.birdeye.so/defi/v3/token/fee/single \
--header 'X-API-KEY: <api-key>'import requests
url = "https://public-api.birdeye.so/defi/v3/token/fee/single"
headers = {"X-API-KEY": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'X-API-KEY': '<api-key>'}};
fetch('https://public-api.birdeye.so/defi/v3/token/fee/single', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"success": true,
"data": {
"5m": {
"summary": {
"sum_global_fee_paid_amount_sol": 2.260741268,
"sum_network_fee_amount_sol": 0.00409,
"sum_priority_fee_amount_sol": 0.264060373,
"sum_tips_fee_amount_sol": 0.084882903,
"sum_trading_platform_fee_amount_sol": 1.907707992,
"sum_trading_platform_fee_amount_stablecoins": 20.888957
},
"details": {
"tips_fee_amount_sol": {
"block_razor": 0.0008785,
"jito": 0.027954592,
"helius_sender": 0.003794858,
"bloxroute": 0.0155,
"0slot": 0.016689954,
"nozomi": 0.007,
"nextblock": 0.013,
"astralane": 0.000064999
},
"trading_platform_fee_amount_sol": {
"axiom": 1.094898688,
"padre": 0.240799484,
"gmgn": 0.265565729,
"photon": 0.149330908,
"trojan": 0.109667944,
"bullx": 0.005773436,
"bloom": 0.03079268,
"bonkbot": 0.010879123
},
"trading_platform_fee_amout_stablecoins": {
"fomo": 19.838957,
"gmgn": 1.05
}
},
"unix_start": 1779869700,
"unix_end": 1779870005
},
"alltime": {
"summary": {
"sum_global_fee_paid_amount_sol": 14.072168125,
"sum_network_fee_amount_sol": 0.021225,
"sum_priority_fee_amount_sol": 1.502911309,
"sum_tips_fee_amount_sol": 0.645540837,
"sum_trading_platform_fee_amount_sol": 11.902490979,
"sum_trading_platform_fee_amount_stablecoins": 93.877686
},
"details": {
"tips_fee_amount_sol": {
"helius_sender": 0.03185853,
"0slot": 0.099127349,
"jito": 0.313039066,
"nozomi": 0.070482395,
"astralane": 0.014424995,
"nextblock": 0.01403,
"bloxroute": 0.0955,
"block_razor": 0.007078502
},
"trading_platform_fee_amount_sol": {
"axiom": 7.315011285,
"trojan": 0.31617015,
"gmgn": 1.338555658,
"bonkbot": 0.335715947,
"bloom": 0.212465719,
"maestro": 0.053424493,
"photon": 0.554688827,
"padre": 1.725283079,
"soltradingbot": 0.00303525,
"bullx": 0.048140571
},
"trading_platform_fee_amout_stablecoins": {
"fomo": 77.976457,
"gmgn": 14.504494,
"padre": 1.396735
}
}
},
"24h": {
"summary": {
"sum_global_fee_paid_amount_sol": 14.072168125,
"sum_network_fee_amount_sol": 0.021225,
"sum_priority_fee_amount_sol": 1.502911309,
"sum_tips_fee_amount_sol": 0.645540837,
"sum_trading_platform_fee_amount_sol": 11.902490979,
"sum_trading_platform_fee_amount_stablecoins": 93.877686
},
"details": {
"tips_fee_amount_sol": {
"helius_sender": 0.03185853,
"0slot": 0.099127349,
"jito": 0.313039066,
"nozomi": 0.070482395,
"astralane": 0.014424995,
"nextblock": 0.01403,
"bloxroute": 0.0955,
"block_razor": 0.007078502
},
"trading_platform_fee_amount_sol": {
"axiom": 7.315011285,
"trojan": 0.31617015,
"gmgn": 1.338555658,
"bonkbot": 0.335715947,
"bloom": 0.212465719,
"maestro": 0.053424493,
"photon": 0.554688827,
"padre": 1.725283079,
"soltradingbot": 0.00303525,
"bullx": 0.048140571
},
"trading_platform_fee_amout_stablecoins": {
"fomo": 77.976457,
"gmgn": 14.504494,
"padre": 1.396735
}
},
"unix_start": 1779782400,
"unix_end": 1779870600
}
}
}{
"success": false,
"message": "Bad request"
}{
"success": false,
"message": "Unauthorized"
}{
"success": false,
"message": "Access Denied"
}{
"success": false,
"message": "Too many requests"
}{
"success": false,
"message": "Internal Server Error"
}Global Fees Paid
Token - Fee (Single)
Get global fees paid data for a single token.
GET
/
defi
/
v3
/
token
/
fee
/
single
Token - Fee (Single)
curl --request GET \
--url https://public-api.birdeye.so/defi/v3/token/fee/single \
--header 'X-API-KEY: <api-key>'import requests
url = "https://public-api.birdeye.so/defi/v3/token/fee/single"
headers = {"X-API-KEY": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'X-API-KEY': '<api-key>'}};
fetch('https://public-api.birdeye.so/defi/v3/token/fee/single', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"success": true,
"data": {
"5m": {
"summary": {
"sum_global_fee_paid_amount_sol": 2.260741268,
"sum_network_fee_amount_sol": 0.00409,
"sum_priority_fee_amount_sol": 0.264060373,
"sum_tips_fee_amount_sol": 0.084882903,
"sum_trading_platform_fee_amount_sol": 1.907707992,
"sum_trading_platform_fee_amount_stablecoins": 20.888957
},
"details": {
"tips_fee_amount_sol": {
"block_razor": 0.0008785,
"jito": 0.027954592,
"helius_sender": 0.003794858,
"bloxroute": 0.0155,
"0slot": 0.016689954,
"nozomi": 0.007,
"nextblock": 0.013,
"astralane": 0.000064999
},
"trading_platform_fee_amount_sol": {
"axiom": 1.094898688,
"padre": 0.240799484,
"gmgn": 0.265565729,
"photon": 0.149330908,
"trojan": 0.109667944,
"bullx": 0.005773436,
"bloom": 0.03079268,
"bonkbot": 0.010879123
},
"trading_platform_fee_amout_stablecoins": {
"fomo": 19.838957,
"gmgn": 1.05
}
},
"unix_start": 1779869700,
"unix_end": 1779870005
},
"alltime": {
"summary": {
"sum_global_fee_paid_amount_sol": 14.072168125,
"sum_network_fee_amount_sol": 0.021225,
"sum_priority_fee_amount_sol": 1.502911309,
"sum_tips_fee_amount_sol": 0.645540837,
"sum_trading_platform_fee_amount_sol": 11.902490979,
"sum_trading_platform_fee_amount_stablecoins": 93.877686
},
"details": {
"tips_fee_amount_sol": {
"helius_sender": 0.03185853,
"0slot": 0.099127349,
"jito": 0.313039066,
"nozomi": 0.070482395,
"astralane": 0.014424995,
"nextblock": 0.01403,
"bloxroute": 0.0955,
"block_razor": 0.007078502
},
"trading_platform_fee_amount_sol": {
"axiom": 7.315011285,
"trojan": 0.31617015,
"gmgn": 1.338555658,
"bonkbot": 0.335715947,
"bloom": 0.212465719,
"maestro": 0.053424493,
"photon": 0.554688827,
"padre": 1.725283079,
"soltradingbot": 0.00303525,
"bullx": 0.048140571
},
"trading_platform_fee_amout_stablecoins": {
"fomo": 77.976457,
"gmgn": 14.504494,
"padre": 1.396735
}
}
},
"24h": {
"summary": {
"sum_global_fee_paid_amount_sol": 14.072168125,
"sum_network_fee_amount_sol": 0.021225,
"sum_priority_fee_amount_sol": 1.502911309,
"sum_tips_fee_amount_sol": 0.645540837,
"sum_trading_platform_fee_amount_sol": 11.902490979,
"sum_trading_platform_fee_amount_stablecoins": 93.877686
},
"details": {
"tips_fee_amount_sol": {
"helius_sender": 0.03185853,
"0slot": 0.099127349,
"jito": 0.313039066,
"nozomi": 0.070482395,
"astralane": 0.014424995,
"nextblock": 0.01403,
"bloxroute": 0.0955,
"block_razor": 0.007078502
},
"trading_platform_fee_amount_sol": {
"axiom": 7.315011285,
"trojan": 0.31617015,
"gmgn": 1.338555658,
"bonkbot": 0.335715947,
"bloom": 0.212465719,
"maestro": 0.053424493,
"photon": 0.554688827,
"padre": 1.725283079,
"soltradingbot": 0.00303525,
"bullx": 0.048140571
},
"trading_platform_fee_amout_stablecoins": {
"fomo": 77.976457,
"gmgn": 14.504494,
"padre": 1.396735
}
},
"unix_start": 1779782400,
"unix_end": 1779870600
}
}
}{
"success": false,
"message": "Bad request"
}{
"success": false,
"message": "Unauthorized"
}{
"success": false,
"message": "Access Denied"
}{
"success": false,
"message": "Too many requests"
}{
"success": false,
"message": "Internal Server Error"
}- Usage Note
- Accessibility
- Chain Supported
Fee-generation metrics for one token across selected intervals.
intervalaccepts up to the supported global-fee timeframes.alltimedata is available starting from May 26, 2026 at 19:00 UTC.- Use this endpoint when one token needs fee detail rather than cross-token comparison.
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
Compute Unit ⚙️
- This endpoint consumes
3 CUper request.
Use Cases 💡
Use Cases 💡
- Inspect how much fee activity one token has generated over different horizons.
- Add monetization or protocol-activity context to token research pages.
- Compare fee-generation against price, volume, and liquidity trends for one token.
How to Use 🛠️
How to Use 🛠️
- Set
x-chain=solana. - Pass the token
address. - Choose one or more supported
intervalvalues for the view you need.
Best Practices ✅
Best Practices ✅
- Pair fee data with volume and market data to tell whether usage and trading are rising together.
- Use shorter intervals for recent momentum and
alltimefor cumulative protocol footprint.
Limitations ⚠️
Limitations ⚠️
- Solana only.
Authorizations
API key for authentication
Headers
Solana network only.
Available options:
solana Query Parameters
The address of the token contract.
A list of intervals separated by comma (,). Supported values: alltime, 24h, 8h, 4h, 2h, 1h, 30m, 15m, 5m, 1m. Maximum 3 timeframes per request.
Was this page helpful?

