mirrored listing x402 eip155:8453

Live on-chain spot prices for every token on the Hyperliquid DEX (HYPE, PURR, and hundreds

Live on-chain spot prices for every token on the Hyperliquid DEX (HYPE, PURR, and hundreds more), quoted in USDC: mid/mark price, previous-day price, 24h USD and base volume, circulating and total supply, and market cap — sorted by 24h volume. Spot, not derivatives: for funding/open interest use /api/v1/perps; for major-coin fiat prices use /api/v1/crypto. 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-04T00:00:00.000Z",
          "count": 1,
          "market": "spot",
          "pairs": [
            {
              "base_token": "HYPE",
              "canonical": false,
              "circulating_supply": 333928438,
              "day_volume_base": 53570,
              "day_volume_usd": 3446893.64,
              "id": "@107",
              "mark_price": 64.436,
              "market_cap_usd": 21515620000,
              "mid_price": 64.45,
              "pair": "HYPE/USDC",
              "prev_day_price": 61.519,
              "quote_token": "USDC",
              "total_supply": 1000000000
            }
          ],
          "source": "x402stock",
          "venue": "hyperliquid"
        },
        "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"
                },
                "market": {
                  "const": "spot",
                  "type": "string"
                },
                "pairs": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "base_token": {
                        "type": "string"
                      },
                      "canonical": {
                        "type": "boolean"
                      },
                      "circulating_supply": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "day_volume_base": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "day_volume_usd": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "id": {
                        "type": "string"
                      },
                      "mark_price": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "market_cap_usd": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "mid_price": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "pair": {
                        "type": "string"
                      },
                      "prev_day_price": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "quote_token": {
                        "type": "string"
                      },
                      "total_supply": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "required": [
                      "pair",
                      "id",
                      "base_token",
                      "quote_token",
                      "canonical",
                      "mark_price",
                      "mid_price",
                      "prev_day_price",
                      "day_volume_usd",
                      "day_volume_base",
                      "circulating_supply",
                      "total_supply",
                      "market_cap_usd"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "source": {
                  "const": "x402stock",
                  "type": "string"
                },
                "venue": {
                  "type": "string"
                }
              },
              "required": [
                "source",
                "as_of",
                "venue",
                "market",
                "count",
                "pairs"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

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