Authorizations
API Key for authentication
curl --request GET \
--url https://data.solanatracker.io/tokens/{tokenAddress}/ath \
--header 'x-api-key: <api-key>'
{
"highest_price": 2.6710420828327996,
"highest_market_cap": 2670996289.82,
"timestamp": 1737327537255,
"pool_id": "Bzc9NZfMqkXR6fz1DBph7BDf9BroyEf6pnzESP7v5iiw"
}
Retrieves the all-time high price of a token (since the data API started recording)
curl --request GET \
--url https://data.solanatracker.io/tokens/{tokenAddress}/ath \
--header 'x-api-key: <api-key>'
{
"highest_price": 2.6710420828327996,
"highest_market_cap": 2670996289.82,
"timestamp": 1737327537255,
"pool_id": "Bzc9NZfMqkXR6fz1DBph7BDf9BroyEf6pnzESP7v5iiw"
}
API Key for authentication
Was this page helpful?