Skip to main content
GET
/
tokens
/
{tokenAddress}
/
ath
Get All-Time High Price
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"
}

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

tokenAddress
string
required

Response

200 - application/json

Successful response

highest_price
number
timestamp
integer
⌘I