{
  "x402Version": 2,
  "id": 6410,
  "slug": "6410",
  "resource": "https://api.usenami.io/v1/orderbook/aggregate/:symbol",
  "description": "Consolidated best bid and ask for one crypto perpetual across every tracked venue — the cross-venue BBO, and which venue holds each side. CEX and DEX perp venues in one quote.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "symbol": "BTC"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "best_ask": {
              "price": 3850.5,
              "size": 8.5,
              "venue": "okx"
            },
            "best_bid": {
              "price": 3850.25,
              "size": 10,
              "venue": "binance"
            },
            "symbol": "ETH-PERP"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/orderbook/aggregate/:symbol",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "type": "string"
              },
              "pathParams": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.usenami.io",
  "lastUpdated": "2026-09-11T23:51:27.468Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-11T23:51:26.502Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.usenami.io",
    "manifest_name": "api.usenami.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}