Skip to main content
GET
Get asset price history

Query Parameters

address
string

Token contract address

chainId
string

Blockchain chain ID (required when using address)

id
number | null

Asset ID (alternative to address+chainId)

period
string

Candle period (e.g., "5m", "1h", "1d")

from
number | null

Start timestamp (unix seconds)

to
number | null

End timestamp (unix seconds)

Response

200 - application/json

Asset price history response

data
object
required