{
  "x402Version": 2,
  "id": 6427,
  "slug": "6427",
  "resource": "https://api.usenami.io/v1/orderbook/depth/:venue/:symbol",
  "description": "Depth quote for one crypto perp on ONE named venue: best bid/ask, depth per side, and est_slippage_for_size_usd_bps — the cost of filling size_usd here, in BASIS POINTS over the mid, not dollars. On a book deep enough to fill at the touch it equals half the spread and is the same for $1K/$5K/$10K; on a thinner book it grows with size. Equal values across sizes mean the book covers you, not that size_usd was ignored. All venues: /v1/orderbook/multi-venue-slippage. $10K cap per DIS-022.",
  "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",
            "venue": "hyperliquid"
          },
          "queryParams": {
            "size_usd": {
              "description": "Notional size. Default 10000.",
              "enum": [
                1000,
                5000,
                10000
              ],
              "required": false,
              "type": "integer"
            }
          },
          "type": "http"
        },
        "output": {
          "example": {
            "quote": {
              "best_ask": 104251,
              "best_bid": 104250.5,
              "est_slippage_for_size_usd_bps": 1.2,
              "updated_at": "2026-05-22T20:00:00Z",
              "venue": "hyperliquid"
            },
            "size_usd": 10000,
            "symbol": "BTC",
            "venue": "hyperliquid"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/orderbook/depth/:venue/: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-12T19:57:43.551Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-12T19:57:42.655Z"
  },
  "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"
  }
}