Delx Base Confirmation ETA is a paid API for AI agents from api.delx.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Calculates the estimated time remaining (in seconds) for a Base blockchain transaction to reach a required number of confirmations.
Base Confirmation Eta: Base Confirmation Eta estimates remaining confirmation time from caller-supplied block cadence from bounded caller-supplied values without an external provider. Call Base Confirmation Eta before signing, submitting, replacing, or accepting an EVM/Base transaction assembled from caller-owned data. Returns normalized transaction evidence, calculated budget or shape findings, and a fail-closed preflight status for Base Confirmation Eta as versioned deterministic JSON. Price:…
Returns a JSON object with eta_seconds (estimated seconds until required confirmations are reached) and remaining_confirmations (how many more confirmations are needed), along with audit metadata including whether any data was retained (always false) and a hash of the input for traceability.
POSThttps://api.delx.ai/api/v1/x402/base-confirmation-etaUse this endpoint when your agent needs a lightweight, stateless, in-memory calculation of Base blockchain confirmation ETA without exposing your own RPC node logic. Ideal for EVM preflight checks before triggering dependent workflow steps, releasing payments, or gating actions on transaction finality. Prefer this over rolling your own calculation when you need auditability (input hash, no-retention evidence) and a simple API call.
| Field | Type | Description |
|---|---|---|
| assumed_block_seconds | number | Assumed Block Seconds supplied to Base Confirmation Eta; used only for this bounded calculation and processed in memory without retention. |
| current_confirmations | integer | Current Confirmations supplied to Base Confirmation Eta; used only for this bounded calculation and processed in memory without retention. |
| required_confirmations | integer | Required Confirmations supplied to Base Confirmation Eta; used only for this bounded calculation and processed in memory without retention. |
{
"type": "json",
"example": {
"result": {
"eta_seconds": 18,
"remaining_confirmations": 9
},
"schema": "delx/util-base-confirmation-eta/v1",
"status": "pass",
"evidence": {
"retained": false,
"input_sha256": "615e119ae31d30600ee25cf4322022dd7d553893849e6ca9227543622f2d108b",
"external_calls": 0
},
"operation": "evm_preflight:base_confirmation_eta"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"