Skip to main content
GET
Get USD unit prices for token symbols

Headers

x-api-key
string
required

API key for authentication

Example:

"your-api-key"

x-api-version
string

API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.

Pattern: ^\d{4}-\d{2}\.[a-z0-9]+$
Example:

"2026-04.amazon"

Query Parameters

symbols
string

Comma-separated token symbols to price (e.g. "SOL,ETH"). Prefer addresses for arbitrary tokens — symbol pricing collides across tokens that share a ticker (a spam token can inherit a real token's price). Exactly one of symbols or addresses must be provided.

Minimum string length: 1
Example:

"SOL"

addresses
string

Comma-separated CAIP-2 token ids to price by exact on-chain contract (e.g. "eip155:8453:0x833589..."). Collision-free; preferred over symbols. Exactly one of symbols or addresses must be provided.

Minimum string length: 1
Example:

"eip155:8453:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"

Response

USD unit prices for the requested symbols

prices
object
required

USD unit price keyed by uppercased token symbol (for symbols) or by CAIP-2 token id (for addresses)

Example: