Skip to main content
GET
/
pool-info
cURL
curl --request GET \
  --url https://lite-api.jup.ag/perps/v1/pool-info
{
  "longAvailableLiquidity": "2500000",
  "longBorrowRatePercent": "0.0026",
  "longUtilizationPercent": "26.00",
  "shortAvailableLiquidity": "2500000",
  "shortBorrowRatePercent": "0.0026",
  "shortUtilizationPercent": "26.00",
  "openFeePercent": "0.06",
  "maxRequestExecutionSec": "<string>",
  "maxPriceImpactFeePercent": "<string>"
}

Query Parameters

mint
enum<string>
required

The token mint address for the perpetuals market

Available options:
So11111111111111111111111111111111111111112,
7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs,
3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh

Response

200 OK

longAvailableLiquidity
string
required

USD value of the available liquidity for long positions for the market

Example:

"2500000"

longBorrowRatePercent
string
required

Base borrow rate (%) for long positions. More info on how the borrow rate is calculated here: https://station.jup.ag/guides/perpetual-exchange/how-it-works#hourly-borrow-rate

Example:

"0.0026"

longUtilizationPercent
string
required

Utilization rate (%) for long positions

Example:

"26.00"

shortAvailableLiquidity
string
required

USD value of the available liquidity for short positions for the market

Example:

"2500000"

shortBorrowRatePercent
string
required

Base borrow rate (%) for short positions. More info on how the borrow rate is calculated here: https://station.jup.ag/guides/perpetual-exchange/how-it-works#hourly-borrow-rate

Example:

"0.0026"

shortUtilizationPercent
string
required

Utilization rate (%) for short positions

Example:

"26.00"

openFeePercent
string
required

Base open fee (%) for the market

Example:

"0.06"

maxRequestExecutionSec
string
required

The maximum duration that a position request can be active (in seconds) before it is considered invalid.

maxPriceImpactFeePercent
string
required

The maximum price impact fee (%)