Jupiter's JLP liquidity pool, decoded from the Perpetuals program's on-chain acc
Jupiter's JLP liquidity pool, decoded from the Perpetuals program's on-chain accounts (not the Jupiter API): AUM (USD), JLP supply and virtual price (AUM รท supply), pool-wide long/short trader exposure, and each asset (SOL, ETH, WBTC, USDC, USDT) with holdings, owned/locked, utilization %, and long/short USD. Keyless public-chain data, no Jupiter API. From x402stock
Answeringour last check, 2026-09-24
1 of 1checks answered this week
436 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://x402stock.xyz/api/v1/solana/jlp
| Category | Market data |
|---|---|
| Provider host | x402stock.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 436 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"as_of": {
"type": "string"
},
"asset_count": {
"type": "number"
},
"assets": {
"items": {
"additionalProperties": false,
"properties": {
"amount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Physical on-chain holdings (custody token-account balance, UI amount)."
},
"custody": {
"description": "The Perpetuals custody account for this asset.",
"type": "string"
},
"decimals": {
"type": "number"
},
"global_short_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Open short USD exposure for this asset."
},
"guaranteed_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Long positions' guaranteed USD exposure for this asset."
},
"locked": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Amount reserved to back open trader positions."
},
"mint": {
"type": "string"
},
"owned": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Pool-accounting owned amount (can differ from physical `amount`)."
},
"symbol": {
"type": "string"
},
"token_account": {
"description": "SPL account holding the physical balance.",
"type": "string"
},
"utilization_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "locked \u00f7 owned \u00d7 100 \u2014 the JLP yield driver."
}
},
"required": [
"symbol",
"mint",
"decimals",
"custody",
"token_account",
"amount",
"owned",
"locked",
"utilization_percent",
"guaranteed_usd",
"global_short_usd"
],
"type": "object"
},
"type": "array"
},
"aum_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Pool assets under management in USD (cached on-chain)."
},
"chain": {
"const": "solana",
"type": "string"
},
"jlp_mint": {
"type": "string"
},
"jlp_supply": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"jlp_virtual_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "aum_usd \u00f7 jlp_supply \u2014 the JLP token's backing value."
},
"pool": {
"description": "The JLP Pool account address.",
"type": "string"
},
"program": {
"description": "Jupiter Perpetuals program ID.",
"type": "string"
},
"protocol": {
"type": "string"
},
"source": {
"const": "x402stock",
"type": "string"
},
"total_guaranteed_usd": {
"description": "Poo