bridge_status
Track a cross-chain bridge submitted via bridge_quote — returns DONE / PENDING / FAILED plus the receiving-chain tx once it completes. Pass the source-chain tx hash (and the bridge tool from the quote for a faster lookup).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bridge | No | The bridge tool from bridge_quote (e.g. across, stargate) — optional | |
| txHash | Yes | Source-chain transaction hash from submitting the bridge tx | |
| toChain | No | Destination chain id/key (optional) | |
| fromChain | No | Source chain id/key (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | DONE | PENDING | FAILED | NOT_FOUND | |
| sending | No | source-chain leg | |
| receiving | No | destination-chain leg (tx hash once complete) | |
| substatus | No | ||
| substatusMessage | No |