Raptor DEX Aggregator is now in Public Beta! Try it out for free Documentation.
curl --request GET \
--url https://data.solanatracker.io/bundlers/chart/{token} \
--header 'x-api-key: <api-key>'{
"bundlers": [
{
"percentage": 123,
"time": 123
}
]
}Gets bundler holding percentage data over time. Returns up to 1000 of the most recent data points
curl --request GET \
--url https://data.solanatracker.io/bundlers/chart/{token} \
--header 'x-api-key: <api-key>'{
"bundlers": [
{
"percentage": 123,
"time": 123
}
]
}API Key for authentication
Time interval (e.g., '1s', '1m', '1h', '1d')
Start time (Unix timestamp in seconds)
End time (Unix timestamp in seconds)
Successful response
Show child attributes
Was this page helpful?