{
  "format": "delx/intent-card/v1",
  "id": "funding-payment-api",
  "intent": "Funding Payment for an agent workflow",
  "title": "Funding Payment API for agents",
  "description": "Funding payment ≈ notional × funding_rate for a period. Call when estimating perp funding drag/credit offline. Returns funding payment in quote 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": [
    "Funding Payment API",
    "Funding Payment for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/funding-payment-api",
  "machine_url": "https://commerce.delx.ai/intents/funding-payment-api.json",
  "recommendation": {
    "tool_name": "util_funding_payment",
    "service_name": "Funding Payment",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/funding-payment",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "notional": {
          "description": "Input field: notional.",
          "type": "integer"
        },
        "funding_rate": {
          "description": "Input field: funding rate.",
          "type": "number"
        },
        "hours": {
          "description": "Input field: hours.",
          "type": "integer"
        }
      },
      "required": [
        "notional",
        "funding_rate",
        "hours"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "notional": 10000,
      "funding_rate": 0.0001,
      "hours": 8
    },
    "example_output": {
      "schema": "delx/util-funding-payment/v1",
      "notional": 10000,
      "funding_rate": 0.0001,
      "hours": 8,
      "payment": 1
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/funding-payment -m POST -H 'x-delx-source: intent-card-funding-payment-api' --max-amount 0.001 -b '{\"notional\":10000,\"funding_rate\":0.0001,\"hours\":8}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-funding-payment-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/funding-payment"
  }
}
