Authorizations
API Key for authentication
Query Parameters
The token address
Returns price change percentages up to 24 hours ago
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
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
}
API Key for authentication
The token address
Returns price change percentages up to 24 hours ago
Was this page helpful?