Onchain transaction lookup
Written by Agorean from what the endpoint says about itself
Turns a transaction hash into decoded facts: status, transfers, and fees, on any major EVM chain.
Looks up a transaction hash on Base, Ethereum, Arbitrum, Optimism, or Polygon and decodes it into plain facts. It returns whether the transaction succeeded, the block number, sender and recipient, the native value moved, the gas used, the fee paid, and every ERC-20 transfer with token symbol, decimals, and amount. If the hash is not found, it returns found=false instead of an error.
WHEN TO USE THIS
When: I have a transaction hash and need to know if it succeeded
For example: Send the hash and chain to see the status field: success or failed.
When: I need to know which tokens moved in a transaction
For example: Call it to get every ERC-20 transfer decoded with symbol and amount.
When: I need the sender and recipient of a transaction
For example: Pull the from and to addresses instead of parsing the raw receipt yourself.
When: I need to check gas used and fee for a transaction
For example: Read gas_used and fee to see what the transaction cost.
When: I am not sure whether a hash exists on chain
For example: Query it and check found: false instead of getting an error.
0.003 USDC
Paid to 0x058d…21b2
Your agent buys it
npx agorean buy lst_4t44jmyv7b9f
Buy link
https://chain.cyberwarex.com/tx
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0x058d…21b2). Claiming cannot be undone.
claimListing("lst_4t44jmyv7b9f", wallet_proof)