Check transfer status
API Reference
Track Transfer Status
Monitor cross-chain transfer progress with real-time status updates.
GET
Check transfer status
Returns the current status of a cross-chain transfer. Poll this endpoint after executing user steps to monitor progress until completion.
Reference
Parameters
Response
Returns transfer status information with optional execution history.Attributes
Status values
Execution history events
Each event includes:
Code examples
- cURL
- TypeScript
- Python
Response
Error handling
Related endpoints
- Quotes — Request transfer quotes (provides the
quoteId) - Build user steps — Generate fresh transactions for Solana
- Submit signature — Submit signatures for Aori routes
Examples
- EVM Example — Complete transfer with status tracking
- Solana Example — Solana transfer with polling
Authorizations
API key for authenticating requests. Required for /quotes, /build-user-steps, /submit-signature, and /status endpoints.
Path Parameters
The quote ID from the /quotes response
Example:
"quote_abc123"
Query Parameters
Optional transaction hash for faster status lookup
Example:
"0x..."