agents.x402stock.xyz
https://agents.x402stock.xyz/api/v1/solana/jlpJupiter'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
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 1430ms · p95 3059msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 7/25/2026, 12:00:00 AM | 100% | 1 | 1342ms |
| 7/26/2026, 12:00:00 AM | 100% | 1 | 1324ms |
| 7/27/2026, 12:00:00 AM | 100% | 1 | 1691ms |
| 7/28/2026, 12:00:00 AM | 100% | 1 | 1679ms |
| 7/29/2026, 12:00:00 AM | 100% | 1 | 2932ms |
| 7/30/2026, 12:00:00 AM | 100% | 1 | 1519ms |
| 7/31/2026, 12:00:00 AM | 100% | 1 | 3245ms |
| 8/1/2026, 12:00:00 AM | 100% | 1 | 1554ms |
| 8/2/2026, 12:00:00 AM | 100% | 1 | 1540ms |
| 8/3/2026, 12:00:00 AM | 100% | 1 | 4370ms |
| 8/4/2026, 12:00:00 AM | 100% | 1 | 2125ms |
| 8/5/2026, 12:00:00 AM | 100% | 1 | 1280ms |
| 8/6/2026, 12:00:00 AM | 100% | 1 | 1418ms |
| 8/7/2026, 12:00:00 AM | 100% | 1 | 1682ms |
| 8/8/2026, 12:00:00 AM | 100% | 1 | 2827ms |
| 8/9/2026, 12:00:00 AM | 100% | 1 | 1316ms |
| 8/10/2026, 12:00:00 AM | 100% | 1 | 1516ms |
| 8/11/2026, 12:00:00 AM | 100% | 1 | 5705ms |
| 8/12/2026, 12:00:00 AM | 100% | 1 | 1314ms |
| 8/13/2026, 12:00:00 AM | 100% | 1 | 1390ms |
| 8/14/2026, 12:00:00 AM | 100% | 1 | 1280ms |
| 8/15/2026, 12:00:00 AM | 100% | 1 | 1505ms |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 1549ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 3040ms |
| 8/18/2026, 12:00:00 AM | 100% | 5 | 364ms |
| 8/19/2026, 12:00:00 AM | 100% | 20 | 362ms |
| 8/20/2026, 12:00:00 AM | 100% | 16 | 370ms |
- Availability
- 100
- Latency
- 60
- Security
- 100
- Transparency
- 61
- Activity
- not yet measured
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- GoDaddy.com, LLC
- Domain registered
- 2026-05-30
- Hosting network
- RS-1125
- Hosting country
- —
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Payout address changed 2 times, last on 8/13/2026
- 0xfb9e…337f → 0x580e…fdc9 (base) · 8/13/2026
- 0x2aab…9940 → 0xfb9e…337f (base) · 8/8/2026
A changed payout address is worth a second look — it can be routine, but it is also how a hijacked listing redirects funds.
Only payments settled on chains and facilitators we index.
Response 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"
}