mirrored listing x402 eip155:8453

Use to monitor tokenized US equities (xStocks) against their real underlyings: every track

Use to monitor tokenized US equities (xStocks) against their real underlyings: every tracked xStock's on-chain price decoded from Raydium CLMM pool state on the public Solana ledger (no Backed/Chainlink/Pyth API), the underlying's live quote, and the premium/discount percent — plus pool liquidity, scaled-UI multiplier, and a us_market_open arb-context flag. From x402stock

Do you run x402stock.xyz? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
40000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-14
updated

Provider

x402stock.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "40000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "as_of": "2026-06-08T13:02:11.000Z",
          "count": 1,
          "items": [
            {
              "liquidity": 8312047113.2,
              "mint": "XsbEhLAtcf6HdfpFZ5xEMdqW8nfAvcsP5bdudRLJzJp",
              "multiplier": 1.000139,
              "pool": "CKwJZwm7oj3nu4653N1EpDrqXbXAYXoPFiPeEnLouF8y",
              "pool_price_raw_unit": 291.16,
              "premium_percent": 0.24,
              "symbol": "AAPLx",
              "tick_current": 10688,
              "underlying": "AAPL",
              "underlying_change_percent": 0.82,
              "underlying_market_status": "closed",
              "underlying_price_usd": 290.43,
              "xstock_price_usd": 291.12
            }
          ],
          "note": "xStock prices decoded from Raydium CLMM pool state (sqrt_price_x64) on the public Solana ledger — not from any Backed/xStocks, Chainlink, or Pyth API. Per-share price accounts for the Token-2022 scaled-UI multiplier. The AMM price is arb-anchored to the underlying only while US markets are open (us_market_open); off-hours it is the market's standing 24/7 price discovery.",
          "program": "CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK",
          "protocol": "raydium-clmm",
          "sections": {
            "onchain": "ok",
            "underlying": "ok"
          },
          "source": "x402stock",
          "us_market_open": false,
          "venue": "solana"
        },
        "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"
                },
                "count": {
                  "type": "number"
                },
                "items": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "liquidity": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "mint": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "multiplier": {
                        "type": "number"
                      },
                      "pool": {
                        "type": "string"
                      },
                      "pool_price_raw_unit": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "premium_percent": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "symbol": {
                        "type": "string"
                      },
                      "tick_current": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "underlying": {
                        "type": "string"
                      },
                      "underlying_change_percent": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "underlying_market_status": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "underlying_price_usd": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "xstock_price_usd": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "required": [
                      "symbol",
                      "underlying",
                      "pool",
                      "mint",
                      "xstock_price_usd",
                      "pool_price_raw_unit",
                      "multiplier",
                      "liquidity",
                      "tick_current",
                      "underlying_price_usd",
                      "underlying_change_percent",
                      "underlying_market_status",
                      "premium_percent"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "note": {
                  "type": "string"
                },
                "program": {
                  "type": "string"
                },
                "protocol": {
                  "const": "raydium-clmm",
                  "type": "string"
                },
                "sections": {
                  "additionalProperties": false,
                  "properties": {
                    "onchain": {
                      "const": "ok",
                      "type": "string"
                    },
                    "underlying": {
                      "enum": [
                        "ok",
                        "unavailable"
                      ],
                      "type": "string"
                    }
                  },
                  "required": [
                    "onchain",
                    "underlying"
                  ],
                  "type": "object"
                },
                "source": {
                  "const": "x402stock",
                  "type": "string"
                },
                "us_market_open": {
                  "anyOf": [
                    {
                      "type": "boolean"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "venue": {
                  "const": "solana",
                  "type": "string"
                }
              },
              "required": [
                "source",
                "as_of",
                "venue",
                "protocol",
                "program",
                "note",
                "us_market_open",
                "sections",
                "count",
                "items"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402stock.xyz/api/v1/xstocks"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402stock.xyz/api/v1/xstocks");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://x402stock.xyz/api/v1/xstocks")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5273.json, and this resource appears in /discovery/resources and /discovery/search.