Track transfer status
Direct and swap transfers confirm synchronously — thetransfer() call returns with status: 'confirmed'. Bridge transfers start as pending and require tracking.
Polling transfer status
Webhook-based tracking
Webhooks are more efficient than polling for bridge transfers. Register once and receive status updates automatically:- Register webhook
- Handle webhook
Status values
Direct and swap transfers skip
pending entirely — they return confirmed immediately.
List all transfers
Related
- Cross-chain transfers — bridge timing and failure handling
- Webhooks overview — setting up webhook endpoints
- Transaction history — full transaction list

