Skip to main content
Cross-chain transfers take time to complete. This page explains how to poll the status endpoint, interpret status values, and handle each outcome correctly.

Status Endpoint

Parameters

Only txHash is required. Providing fromChain speeds up the response significantly.

Example Request

Or with optional parameters for faster response:

Status Response


Status Values

Primary Status

Substatus (when status = DONE)


Decision Matrix


Polling Implementation

JavaScript Implementation

Python Implementation


Handling Each Outcome

COMPLETED - Success

PARTIAL - Different Token Received

REFUNDED - Tokens Returned

FAILED - Permanent Failure


Estimated Transfer Times

The quote response includes estimate.executionDuration (in seconds) which gives you the expected transfer time for that specific route. Always use this value rather than general estimates.
Transfer times vary significantly based on the bridge used and network conditions. The executionDuration field in the quote response provides the most accurate estimate for each specific route.

Timeout Handling

If polling times out:
  1. Don’t assume failure - The transfer may still complete
  2. Save the transaction details - txHash, bridge, fromChain, toChain
  3. Provide manual check - User can check status later
  4. Link to explorer - Provide transaction explorer URLs