cURL
curl --request GET \ --url https://data.solanatracker.io/price \ --header 'x-api-key: <api-key>'
{ "price": 5.933132498211121, "priceQuote": 5.933132498211121, "liquidity": 288082694.430345, "marketCap": 5933128253.797433, "lastUpdated": 1760274023269 }
Gets price information for a single token
API Key for authentication
The token address
Returns price change percentages up to 24 hours ago
Successful response
Was this page helpful?