Transaction status · TX Status
$0.001
per call · USD Coin on Base
Check the confirmation status of a transaction by hash on Base/Polygon/Arbitrum/Optimism/Ethereum/Monad/Celo/Avalanche/Sei/Robinhood Chain: success / failed / pending / not found, with block, from, to, gas used. Read-only. ?hash=0x…&network=base
Endpoint
GET https://agent402.tools/api/tx-status5
Calls / 30d
2
Unique payers / 30d
Sep 7
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://agent402.tools/api/tx-status", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agent402.tools/api/tx-status?hash=0x0000000000000000000000000000000000000000000000000000000000000000&network=base" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"blockNumber": 18000000,
"from": "0x…",
"gasUsed": 51000,
"hash": "0x…",
"network": "base",
"status": "success",
"to": "0x…"
}Payment details
0xabf4fabd7c416fb67202e5f9002389fc75e2a9d0USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Transaction status & similar services
Transaction status · TX
chain.openverbs.com
Live status and details of a transaction by hash: success/failed/pending, from/to, value (wei + ether), nonce, block number, gas used, effective gas price and any created contract address. Returns `found:false` for unknown hashes. Reads live on-chain data with automatic endpoint fallback.
Chain · Operations
agents.chain.link
Chainlink For Agents: execute a catalog workflow by workflow name.
Chain · Operations Submit
agents.chain.link
Chainlink For Agents: submit a signed operation payload.