mirrored listing x402 eip155:8453hyperliquid:mainnet

Raw market trades over a time window — the live hot tier (~24h) plus S3 read-through for o

Raw market trades over a time window — the live hot tier (~24h) plus S3 read-through for older history (archive from 2025-05-25), merged. Each row mirrors HL's WsTrade verbatim, including the buyer/seller addresses (`users`) and the trade `hash`. Priced per asset-hour ($0.015 base, $0.03 HIP-3/HIP-4) plus $0.05 per uncached archive hour pulled (warms the cache); ≤24 asset-hours/request.

Do you run api.hyperextend.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
31000 (raw units)
price
5
calls / 30d
4
unique payers
2026-09-17
updated

Provider

api.hyperextend.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x548fC289526ab2F0391D562a723cdA64Bbf1abc4",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "31000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "hyperliquid:mainnet",
    "payTo": "0x548fC289526ab2F0391D562a723cdA64Bbf1abc4",
    "asset": "USDC:0x6d1e7cde53ba9467b783cb7c530ce054",
    "amount": "0.031",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "end": 0,
          "start": 0
        },
        "type": "http"
      },
      "output": {
        "example": {
          "coin": "BTC",
          "hash": "0xa2f9738770fb57c6a473043cd486820204b5006d0bfe769846c21eda2fff31b1",
          "px": "42000.0",
          "side": "A",
          "sz": "0.5",
          "tid": 859758437920209,
          "time": 1700000000123,
          "users": [
            "0xf513d3489017dea4e04c6a11cc62ec360054d7c6",
            "0x1a2e6afa298b1cc50939b4b2b0b430e3c1ef3459"
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "pathParams": {
              "properties": {
                "coin": {
                  "description": "Asset symbol, e.g. BTC",
                  "type": "string"
                }
              },
              "required": [
                "coin"
              ],
              "type": "object"
            },
            "queryParams": {
              "properties": {
                "end": {
                  "type": "integer"
                },
                "start": {
                  "type": "integer"
                }
              },
              "required": [],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

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

JavaScript

const res = await fetch("https://api.hyperextend.xyz/v1/trades/BTC");
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://api.hyperextend.xyz/v1/trades/BTC")
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/479.json, and this resource appears in /discovery/resources and /discovery/search.