get_finality_status
Check if a block or transaction is finalized on any EVM network. Specify network and block number to get finality status.
Instructions
Get the finality status for a block or transaction on the network
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| blockNumber | No | Block number to check finality for (defaults to latest) |