EVM Transaction
POST keyronne.com/api/chain-tx
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Look up a transaction and its receipt on Ethereum, Base, Arbitrum, Optimism, Polygon, or BNB Chain: status (success/reverted/pending), from/to, value, block, nonce, gas used and price, log count, and any contract created. Public JSON-RPC, no API keys. POST a JSON body like: {"chain":"base","hash":"0xb498053e345acd227657ef2e3de7d9fd9b861d673368419c4b18cfaea20365c8"}
Resource: keyronne.com/api/chain-tx
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4
Payment methods: — · Last validation: —
{
"input": {
"body": {
"hash": "0xb498053e345acd227657ef2e3de7d9fd9b861d673368419c4b18cfaea20365c8",
"chain": "base"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"to": "0x8335…",
"gas": {
"used": 46000,
"limit": 90000,
"priceGwei": "0.005"
},
"from": "0xb5d0…",
"chain": "base",
"value": {
"eth": "0",
"wei": "0"
},
"status": "success",
"blockNumber": 48346708
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "3000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.