mirrored listing x402 eip155:8453hyperliquid:mainnet

The most-recent N HIP-4 outcome-side rows (≤5000)

The most-recent N HIP-4 outcome-side rows (≤5000). Priced per row ($0.000025 premium); served live.

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
3475 (raw units)
price
11
calls / 30d
8
unique payers
2026-09-16
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": "3475",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "hyperliquid:mainnet",
    "payTo": "0x548fC289526ab2F0391D562a723cdA64Bbf1abc4",
    "asset": "USDC:0x6d1e7cde53ba9467b783cb7c530ce054",
    "amount": "0.003475",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "batch-settlement",
    "network": "eip155:8453",
    "payTo": "0x548fC289526ab2F0391D562a723cdA64Bbf1abc4",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "3475",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "n": 100
        },
        "type": "http"
      },
      "output": {
        "example": {
          "circulating_supply": "1000000.0",
          "coin": "#1000",
          "day_base_vlm": "87654.0",
          "day_ntl_vlm": "54321.0",
          "mark_px": "0.62",
          "mid_px": "0.62",
          "minute_ts": 1700000000,
          "prev_day_px": "0.58",
          "sample_ts": 1700000005,
          "source": "ws"
        },
        "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": "Encoded HIP-4 outcome-side coin '#<10*outcome+side>' (e.g. #1000)",
                  "type": "string"
                }
              },
              "required": [
                "coin"
              ],
              "type": "object"
            },
            "queryParams": {
              "properties": {
                "n": {
                  "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/outcome_ctx/%231000/latest"
# -> 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/outcome_ctx/%231000/latest");
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/outcome_ctx/%231000/latest")
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/478.json, and this resource appears in /discovery/resources and /discovery/search.