Skip to main content
GET
price
curl --request GET \
  --url https://api.jup.ag/price/v2/ \
  --header 'x-api-key: <api-key>'
{
  "data": {},
  "timeTaken": 123
}
This endpoint is part of the Price API V2 which has been superseded by Price V3. Use Price V3 for all new integrations.

Authorizations

x-api-key
string
header
required

Query Parameters

ids
string
required

Comma separate to pass in multiple

vsToken
string

By default, prices are denominated by USD. To denominate price in SOL, use vsToken with SOL mint address

showExtraInfo
string

To use, pass in showExtraInfo=true, cannot use vsToken with this parameter

Response

Successful response

data
object
timeTaken
number<float>