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

Authorizations

x-api-key
string
header
required

API Key for authentication

Query Parameters

token
string
required

The token address

priceChanges
boolean

Returns price change percentages up to 24 hours ago

Response

200 - application/json

Successful response

price
number
liquidity
number
marketCap
number
lastUpdated
integer
⌘I