{
  "format": "delx/intent-card/v1",
  "id": "leverage-notional-api",
  "intent": "Leverage → Notional for an agent workflow",
  "title": "Leverage → Notional API for agents",
  "description": "Notional exposure from margin and leverage multiplier. Call when sizing futures/perps from account equity slices. Returns notional from margin×leverage 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": [
    "Leverage → Notional API",
    "Leverage → Notional for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/leverage-notional-api",
  "machine_url": "https://commerce.delx.ai/intents/leverage-notional-api.json",
  "recommendation": {
    "tool_name": "util_leverage_notional",
    "service_name": "Leverage → Notional",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/leverage-notional",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "margin": {
          "description": "Input field: margin.",
          "type": "integer"
        },
        "leverage": {
          "description": "Input field: leverage.",
          "type": "integer"
        }
      },
      "required": [
        "margin",
        "leverage"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "margin": 1000,
      "leverage": 5
    },
    "example_output": {
      "schema": "delx/util-leverage-notional/v1",
      "margin": 1000,
      "leverage": 5,
      "notional": 5000
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/leverage-notional -m POST -H 'x-delx-source: intent-card-leverage-notional-api' --max-amount 0.001 -b '{\"margin\":1000,\"leverage\":5}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-leverage-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/leverage-notional"
  }
}
