Skip to main content
GET
/
price
/
multi
Get Multiple Token Prices
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
  }
}

Authorizations

x-api-key
string
header
required

API Key for authentication

Query Parameters

tokens
string
required

Comma-separated list of token addresses

priceChanges
boolean

Returns price change percentages up to 24 hours ago

Response

200 - application/json

Successful response

{key}
object
⌘I