bridge_status
Check the status of cross-chain bridge transfers across multiple providers. Provide a tracking ID or transaction hash to get current status, source/destination hashes, and estimated remaining time.
Instructions
Check the status of a cross-chain bridge transfer. Supports all providers: LI.FI, Squid Router, deBridge, Across, Relay, Persistence Interop. Provide the tracking ID from bridge_execute, or a transaction hash with provider name. Returns: status (pending/in_progress/completed/failed), source/destination tx hashes, elapsed time, and estimated remaining time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | No | Source chain transaction hash | |
| toChain | No | Destination chain ID (needed with txHash for LI.FI) | |
| provider | No | Bridge provider (e.g. 'lifi', 'persistence') | |
| fromChain | No | Source chain ID (needed with txHash for LI.FI) | |
| trackingId | No | Tracking ID from bridge_execute |