Chain Transaction Confirmation Checker is a paid API for AI agents from store.agentexchange.work, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-14).
Returns the current confirmation count, finality status, and block details for a given transaction hash on EVM-compatible chains
Live data APIs for AI agents and analysts. Buy an all-access API key for $29/month with a credit card, or pay per call in USDC. No sales call.
A JSON object containing the transaction hash, block number where it was included, chain name, finality boolean, found status, overall status string, gas used, current chain tip block, native fee cost, number of confirmations, and blocks remaining until finality threshold is reached.
GEThttps://store.agentexchange.work/chain/confirmationsUse this endpoint when you need real-time on-chain confirmation status for a specific EVM transaction, particularly to determine whether it has reached finality before taking an irreversible action like releasing funds, goods, or access. It supports multiple chains (Base, Ethereum, Optimism, Arbitrum, Polygon, Gnosis) and provides a clear finality boolean plus blocks-to-final count, making it ideal for payment verification workflows, automated escrow release, or any agent that needs to programmatically confirm a transaction is safe to consider settled.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"hash": "0x...",
"block": 49464600,
"chain": "base",
"final": true,
"found": true,
"status": "success",
"gas_used": 51000,
"chain_tip": 49464704,
"fee_native": 2e-7,
"confirmations": 105,
"blocks_to_final": 0,
"finality_threshold": 60
}
}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"