Skip to main content
GET
/
price
curl --request GET \
  --url https://lite-api.jup.ag/price/v2/
{
  "data": {},
  "timeTaken": 123
}

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
I