curl --request GET \
--url https://data.solanatracker.io/tokens/{token}/bundlers \
--header 'x-api-key: <api-key>'{
"total": 140,
"balance": 32457164.112205,
"percentage": 3.24567802152891,
"initialBalance": 0,
"initialPercentage": 0,
"wallets": [
{
"wallet": "4LV1AGBhB4or8r8dtpuoucttxpdo9UcKyHkSDEdjnC3d",
"initialBalance": 0,
"initialPercentage": 0,
"balance": 16731822.881449,
"percentage": 1.6731825365707074,
"bundleTime": 1768443057571
}
]
}Retrieves bundler information for a specific token, including top 500 bundler wallets and statistics
curl --request GET \
--url https://data.solanatracker.io/tokens/{token}/bundlers \
--header 'x-api-key: <api-key>'{
"total": 140,
"balance": 32457164.112205,
"percentage": 3.24567802152891,
"initialBalance": 0,
"initialPercentage": 0,
"wallets": [
{
"wallet": "4LV1AGBhB4or8r8dtpuoucttxpdo9UcKyHkSDEdjnC3d",
"initialBalance": 0,
"initialPercentage": 0,
"balance": 16731822.881449,
"percentage": 1.6731825365707074,
"bundleTime": 1768443057571
}
]
}API Key for authentication
Solana token mint address
Successful response
Total number of bundler wallets
Total balance of all bundler wallets
Percentage of total supply held by bundlers
Initial balance of bundlers
Initial percentage held by bundlers
Array of bundler wallet information (up to 500 wallets)
Show child attributes
Was this page helpful?