{
  "x402Version": 2,
  "id": 5273,
  "slug": "5273",
  "resource": "https://x402stock.xyz/api/v1/xstocks",
  "description": "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",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "40000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402stock.xyz",
  "lastUpdated": "2026-09-14T19:24:11.423Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T19:24:11.109Z"
  },
  "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"
  }
}