{
  "format": "delx/intent-card/v1",
  "id": "ob-depth-notional-api",
  "intent": "Order Book Depth Notional for an agent workflow",
  "title": "Order Book Depth Notional API for agents",
  "description": "Sum price*size depth notional for a side ladder. Call when risk needs notional available within N levels. Returns depth_notional and levels_used as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.",
  "keywords": [
    "Order Book Depth Notional API",
    "Order Book Depth Notional for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/ob-depth-notional-api",
  "machine_url": "https://commerce.delx.ai/intents/ob-depth-notional-api.json",
  "recommendation": {
    "tool_name": "util_ob_depth_notional",
    "service_name": "Order Book Depth Notional",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/ob-depth-notional",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "levels": {
          "type": "array",
          "description": "Array of {price,size} ladder levels"
        }
      },
      "required": [
        "levels"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "levels": [
        {
          "price": 100,
          "size": 2
        },
        {
          "price": 99.5,
          "size": 3
        }
      ]
    },
    "example_output": {
      "schema": "delx/util-ob-depth-notional/v1",
      "depth_notional": 498.5,
      "levels_used": 2
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/ob-depth-notional -m POST -H 'x-delx-source: intent-card-ob-depth-notional-api' --max-amount 0.001 -b '{\"levels\":[{\"price\":100,\"size\":2},{\"price\":99.5,\"size\":3}]}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-ob-depth-notional-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/ob-depth-notional"
  }
}
