Get USD unit prices for token symbols
Returns USD unit prices keyed by uppercased token symbol. Used to convert a USD amount into estimated destination-token units for tokens not present in the portfolio (e.g. a SOL or ETH destination the user does not hold).
Query parameters
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.
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.
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.
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.
Headers
API key for authentication
API key for authentication
API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.
API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.
Response
USD unit prices for the requested symbols
Example response
{
"prices": {
"SOL": 168.42
}
}