{
  "x402Version": 2,
  "id": 479,
  "slug": "479",
  "resource": "https://api.hyperextend.xyz/v1/trades/BTC",
  "description": "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.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.hyperextend.xyz",
  "lastUpdated": "2026-09-17T04:01:06.15Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-17T04:01:05.543Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.hyperextend.xyz",
    "manifest_name": "api.hyperextend.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"
  }
}