Get USD unit prices for token symbols
Utilities
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).
GET
Get USD unit prices for token symbols
Documentation Index
Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key for authentication
Example:
"your-api-key"
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
Comma-separated token symbols to price (e.g. "SOL,ETH")
Minimum string length:
1Example:
"SOL"
Response
USD unit prices for the requested symbols
USD unit price keyed by uppercased token symbol
Example:
{ "SOL": 168.42 }