{
  "format": "delx/intent-card/v1",
  "id": "maker-taker-fee-api",
  "intent": "Maker/Taker Fee Split for an agent workflow",
  "title": "Maker/Taker Fee Split API for agents",
  "description": "Split fee drag into maker and taker components for a notional. Call when comparing venue fee schedules before routing. Returns maker fee, taker fee, and totals 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": [
    "Maker/Taker Fee Split API",
    "Maker/Taker Fee Split for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/maker-taker-fee-api",
  "machine_url": "https://commerce.delx.ai/intents/maker-taker-fee-api.json",
  "recommendation": {
    "tool_name": "util_maker_taker_fee",
    "service_name": "Maker/Taker Fee Split",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/maker-taker-fee",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "notional": {
          "description": "Input field: notional.",
          "type": "integer"
        },
        "maker_bps": {
          "description": "Input field: maker bps.",
          "type": "integer"
        },
        "taker_bps": {
          "description": "Input field: taker bps.",
          "type": "integer"
        }
      },
      "required": [
        "notional",
        "maker_bps",
        "taker_bps"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "notional": 10000,
      "maker_bps": 2,
      "taker_bps": 6
    },
    "example_output": {
      "schema": "delx/util-maker-taker-fee/v1",
      "notional": 10000,
      "maker_fee": 2,
      "taker_fee": 6
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/maker-taker-fee -m POST -H 'x-delx-source: intent-card-maker-taker-fee-api' --max-amount 0.001 -b '{\"notional\":10000,\"maker_bps\":2,\"taker_bps\":6}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-maker-taker-fee-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/maker-taker-fee"
  }
}
