Skip to main content
GET
SDK

SDK Example

Authorizations

x-api-key
string
header
required

API Key for authentication

Query Parameters

token
string
required

The token address

priceChanges
boolean

When true, each price object includes a priceChanges map of timeframe → { priceChangePercentage } (percent units, up to 24h). Absent timeframes mean no datapoint.

Response

200 - application/json

Successful response

price
number

Token price in USD

priceQuote
number

Token price in quote units when available

liquidity
number

Liquidity in USD

marketCap
number

Market cap in USD

lastUpdated
integer

Unix timestamp in milliseconds

priceChanges
object

Present when priceChanges=true. Keys are timeframes; values are percentage change vs that lookback. Units are percent (e.g. -3.91 means −3.91%). Timeframe keys may be omitted when unavailable (treat as null/absent).