Skip to main content
GET
/
market-stats
cURL
curl --request GET \
  --url https://lite-api.jup.ag/perps/v1/market-stats
{
  "price": "123.00",
  "priceChange24H": "-20.00",
  "priceHigh24H": "123.00",
  "priceLow24H": "123.00",
  "volume": "48123049.00"
}

Query Parameters

mint
enum<string>
required

Mint address for the given market

Available options:
So11111111111111111111111111111111111111112,
7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs,
3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh

Response

200 OK

price
string
required

Current USD price for the given market

Example:

"123.00"

priceChange24H
string
required

Current USD 24-hour price change (%) for the given market

Example:

"-20.00"

priceHigh24H
string
required

USD value for the 24-hour high price for the given market

Example:

"123.00"

priceLow24H
string
required

USD value for the 24-hour low price for the given market

Example:

"123.00"

volume
string
required

USD value for the 24-hour total volume for the given market

Example:

"48123049.00"