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
}

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

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>