{
  "x402Version": 2,
  "id": 5278,
  "slug": "5278",
  "resource": "https://x402stock.xyz/api/v1/solana/jlp",
  "description": "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",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-06-08T00:00:00.000Z",
            "asset_count": 5,
            "assets": [
              {
                "amount": 696322.138,
                "custody": "7xS2gz2bTp3fwCC7knJvUWTEU9Tycczu6VhJYKgi1wdz",
                "decimals": 9,
                "global_short_usd": 15930818.93,
                "guaranteed_usd": 20569389.92,
                "locked": 388987.585,
                "mint": "So11111111111111111111111111111111111111112",
                "owned": 5188215.681,
                "symbol": "SOL",
                "token_account": "BUvduFTd2sWFagCunBPLupG8fBTJqweLw9DuhruNFSCm",
                "utilization_percent": 7.5
              },
              {
                "amount": 32196.633,
                "custody": "AQCGyheWPLeo6Qp9WpYS9m3Qj479t7R636N9ey1rEjEn",
                "decimals": 8,
                "global_short_usd": 8122859.96,
                "guaranteed_usd": 3369168.13,
                "locked": 2526.548,
                "mint": "7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs",
                "owned": 32163.067,
                "symbol": "ETH",
                "token_account": "Bgarxg65CEjN3kosjCW5Du3wEqvV3dpCGDR3a2HRQsYJ",
                "utilization_percent": 7.86
              },
              {
                "amount": 1906.135,
                "custody": "5Pv3gM9JrFFH883SWAhvJC9RPYmo8UNxuFtv5bMMALkm",
                "decimals": 8,
                "global_short_usd": 11237473.23,
                "guaranteed_usd": 10616029.85,
                "locked": 215.198,
                "mint": "3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh",
                "owned": 1906.135,
                "symbol": "WBTC",
                "token_account": "FgpXg2J3TzSs7w3WGYYE7aWePdrxBVLCXSxmAKnCZNtZ",
                "utilization_percent": 11.29
              },
              {
                "amount": 129752920.228,
                "custody": "G18jKKXQwBbrHeiK3C9MRXhkHsLHf7XgCSisykV46EZa",
                "decimals": 6,
                "global_short_usd": 0,
                "guaranteed_usd": 0,
                "locked": 35300919.614,
                "mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
                "owned": 125182681.963,
                "symbol": "USDC",
                "token_account": "WzWUoCmtVv7eqAbU3BfKPU3fhLP6CXR8NCJH78UK9VS",
                "utilization_percent": 28.2
              },
              {
                "amount": 99316.265,
                "custody": "4vkNeXiYEUizLdrpdPS1eC2mccyM4NUPRtERrk6ZETkk",
                "decimals": 6,
                "global_short_usd": 0,
                "guaranteed_usd": 0,
                "locked": 0,
                "mint": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
                "owned": 0,
                "symbol": "USDT",
                "token_account": "Gex24YznvguMad1mBzTQ7a64U1CJy59gvsStQmNnnwAd",
                "utilization_percent": 0
              }
            ],
            "aum_usd": 743260404.04,
            "chain": "solana",
            "jlp_mint": "27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4",
            "jlp_supply": 220936259.555971,
            "jlp_virtual_price": 3.36414,
            "pool": "5BUwFW4nRbftYTDMbgxykoFWqWHPzahFSNAaaaJtVKsq",
            "program": "PERPHjGBqRHArX4DySjwM6UJHiR3sWAatqfdBS2qQJu",
            "protocol": "jupiter-perps",
            "source": "x402stock",
            "total_guaranteed_usd": 34555587.87,
            "total_short_usd": 35291152.12,
            "venue": "jupiter"
          },
          "type": "json"
        }
      },
      "schema": {
        "$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 ÷ owned × 100 — 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 ÷ jlp_supply — 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": "Pool-wide long (guaranteed) USD exposure.",
                    "type": "number"
                  },
                  "total_short_usd": {
                    "description": "Pool-wide open short USD exposure.",
                    "type": "number"
                  },
                  "venue": {
                    "const": "jupiter",
                    "type": "string"
                  }
                },
                "required": [
                  "source",
                  "as_of",
                  "venue",
                  "chain",
                  "protocol",
                  "program",
                  "pool",
                  "jlp_mint",
                  "aum_usd",
                  "jlp_supply",
                  "jlp_virtual_price",
                  "total_guaranteed_usd",
                  "total_short_usd",
                  "asset_count",
                  "assets"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402stock.xyz",
  "lastUpdated": "2026-09-14T19:20:38.226Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T19:20:37.905Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402stock.xyz",
    "manifest_name": "x402stock.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}