{
  "format": "delx/intent-card/v1",
  "id": "block-time-eta-api",
  "intent": "Block Time ETA for an agent workflow",
  "title": "Block Time ETA API for agents",
  "description": "Estimate seconds to target block from current height and block time. Call when scheduling waits or SLA checks for confirmation targets. Returns eta_seconds and blocks remaining 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": [
    "Block Time ETA API",
    "Block Time ETA for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/block-time-eta-api",
  "machine_url": "https://commerce.delx.ai/intents/block-time-eta-api.json",
  "recommendation": {
    "tool_name": "util_block_time_eta",
    "service_name": "Block Time ETA",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/block-time-eta",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "blocks": {
          "description": "Input field: blocks.",
          "type": "integer"
        },
        "seconds_per_block": {
          "description": "Input field: seconds per block.",
          "type": "integer"
        }
      },
      "required": [
        "blocks",
        "seconds_per_block"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "blocks": 10,
      "seconds_per_block": 2
    },
    "example_output": {
      "schema": "delx/util-block-time-eta/v1",
      "blocks": 10,
      "seconds_per_block": 2,
      "eta_seconds": 20
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/block-time-eta -m POST -H 'x-delx-source: intent-card-block-time-eta-api' --max-amount 0.001 -b '{\"blocks\":10,\"seconds_per_block\":2}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-block-time-eta-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/block-time-eta"
  }
}
