Skip to main content
GET
SDK

SDK Example

授权

x-api-key
string
header
必填

用于鉴权的 API Key

查询参数

token
string
必填

代币地址

priceChanges
boolean

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

响应

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).