Authorizations
API Key for authentication
Query Parameters
Comma-separated list of token addresses
Returns price change percentages up to 24 hours ago
Response
200 - application/json
Successful response
curl --request GET \
--url https://data.solanatracker.io/price/multi \
--header 'x-api-key: <api-key>'
{
"HEZ6KcNNUKaWvUCBEe4BtfoeDHEHPkCHY9JaDNqrpump": {
"price": 0.000021934650668759846,
"priceQuote": 1.208617203224043e-7,
"liquidity": 29081.321914523014,
"marketCap": 21330.314314819956,
"lastUpdated": 1760274132867
}
}
Gets price information for multiple tokens (up to 100)
curl --request GET \
--url https://data.solanatracker.io/price/multi \
--header 'x-api-key: <api-key>'
{
"HEZ6KcNNUKaWvUCBEe4BtfoeDHEHPkCHY9JaDNqrpump": {
"price": 0.000021934650668759846,
"priceQuote": 1.208617203224043e-7,
"liquidity": 29081.321914523014,
"marketCap": 21330.314314819956,
"lastUpdated": 1760274132867
}
}
API Key for authentication
Comma-separated list of token addresses
Returns price change percentages up to 24 hours ago
Successful response
Show child attributes
Was this page helpful?