mirrored listing x402 eip155:8453

Use to discover the point-in-time archive: immutable daily snapshots of ephemeral market s

Use to discover the point-in-time archive: immutable daily snapshots of ephemeral market state (Hyperliquid perps/spot, JLP pool, pre-IPO marks, market regime, squeeze scores), captured once per UTC day and never overwritten or backfilled. Lists every feed and entity with date coverage; read days via /archive/{feed} and series via /archive/{feed}/range. 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
20000 (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": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "as_of": "2026-06-08T13:02:11.000Z",
          "count": 2,
          "feeds": [
            {
              "description": "Jupiter JLP pool decoded from Solana accounts: AUM, supply, virtual price, per-asset utilization & trader exposure",
              "entities": [
                {
                  "coverage": {
                    "days": 12,
                    "first_date": "2026-05-28",
                    "last_date": "2026-06-08"
                  },
                  "entity": "_pool"
                }
              ],
              "feed": "sol.jlp"
            },
            {
              "description": "x402stock 0–100 squeeze score (5 audited factors) for a curated watchlist — one entity per ticker",
              "entities": [
                {
                  "coverage": {
                    "days": 12,
                    "first_date": "2026-05-28",
                    "last_date": "2026-06-08"
                  },
                  "entity": "GME"
                },
                {
                  "coverage": {
                    "days": 12,
                    "first_date": "2026-05-28",
                    "last_date": "2026-06-08"
                  },
                  "entity": "AMC"
                }
              ],
              "feed": "scores.squeeze"
            }
          ],
          "note": "Append-only point-in-time archive: one immutable snapshot per (feed, entity, UTC day), captured daily since first_date and never overwritten or backfilled. content_hash = sha256 of the payload (volatile timestamps stripped).",
          "source": "x402stock"
        },
        "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"
                },
                "feeds": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "description": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "entities": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "coverage": {
                              "anyOf": [
                                {
                                  "additionalProperties": false,
                                  "properties": {
                                    "days": {
                                      "type": "number"
                                    },
                                    "first_date": {
                                      "type": "string"
                                    },
                                    "last_date": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "first_date",
                                    "last_date",
                                    "days"
                                  ],
                                  "type": "object"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "entity": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "entity",
                            "coverage"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "feed": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "feed",
                      "description",
                      "entities"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "note": {
                  "type": "string"
                },
                "source": {
                  "const": "x402stock",
                  "type": "string"
                }
              },
              "required": [
                "source",
                "as_of",
                "note",
                "count",
                "feeds"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402stock.xyz/api/v1/archive"
# -> 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/archive");
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/archive")
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/5307.json, and this resource appears in /discovery/resources and /discovery/search.