The Jupiter Developer Platform is launching on 6 April 2026, with new pricing, rate limits, and features. Read the Migration Guide to get started.
cURL
curl --request GET \ --url https://api.jup.ag/price/v3 \ --header 'x-api-key: <api-key>'
{ "So11111111111111111111111111111111111111112": { "createdAt": "2024-06-05T08:55:25.527Z", "liquidity": 621679197.67, "usdPrice": 147.48, "blockId": 348004023, "decimals": 9, "priceChange24h": 1.29 }, "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v": { "createdAt": "2024-06-05T08:55:25.527Z", "liquidity": 522175174.66, "usdPrice": 0.9999, "blockId": 348004025, "decimals": 6, "priceChange24h": -0.003 } }
Returns prices of specified tokens
Get API key via https://portal.jup.ag
Comma separate to pass in multiple
Successful response
Token addresses as keys
Show child attributes
Was this page helpful?