Did this transaction succeed?
tx_statusStatus of a transaction by hash: success, failed or still pending, with the block it landed in, sender and recipient, value moved, gas used, the fee actually paid, and how many logs it emitted. Use to confirm an action you took really settled rather than assuming it did. An unknown hash is reported as not_found and is NOT charged. Costs $0.005 USDC per call via x402 on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | 0x-prefixed 32-byte transaction hash. | |
| chain | No | ethereum, base, arbitrum, optimism or polygon. Defaults to base. |