Skip to main content
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

Response

Error handling

Examples

Authorizations

x-api-key
string
header
required

API key for authenticating requests. Required for /quotes, /build-user-steps, /submit-signature, and /status endpoints.

Path Parameters

quoteId
string
required

The quote ID from the /quotes response

Example:

"quote_abc123"

Query Parameters

txHash
string

Optional transaction hash for faster status lookup

Example:

"0x..."

Response

200 - application/json

Successfully retrieved status

status
enum<string>
Available options:
PENDING,
PROCESSING,
SUCCEEDED,
FAILED,
UNKNOWN
explorerUrl
string
executionHistory
object[]