[Alpha Preview] Get the status of a cross-chain bridge intent by intentId or deposit TX hash.
bytes32 identifier generated on-chain (starts with 0x, 66 chars)| Status | Description |
|---|---|
pending | Intent not yet detected — deposit may still be processing |
deposited | Deposit detected by chain listener |
filling | Fill transaction sent to destination chain |
filled | Fill confirmed on destination — user has received funds |
settled | Settlement complete, solver has withdrawn deposited funds |
retrying | Fill failed, retrying with backoff (up to 3 attempts) |
refunded | All retries exhausted, user refunded on origin chain |
failed | Refund also failed — requires manual intervention |