Token Price API
Fetches the latest market price of SOL and supported SPL tokens.
Last updated
Fetches the latest market price of SOL and supported SPL tokens.
Last updated
The Price API allows users to retrieve real-time token prices denominated in both SOL and USD, using the most up-to-date market data available.
Base URL
Endpoint:
GET /api/v1/price-by-token?tokens=token1,token2,token3
Description:
Retrieves the latest prices for the specified tokens (up to 50), using a comma-separated list of token mint addresses in the tokens
query parameter. Prices are returned in both SOL and USD.
Note: A maximum of 50 token mint addresses can be queried per request.
tokens
string
✅ Yes
A comma-separated list of token mint addresses for which to fetch the latest prices.