Check the status of a cross chain transfer
Cross chain transfers might take a while to complete. Waiting on the transaction on the sending chain doesn’t help here. For this reason we build a simple endpoint that let’s you check the status of your transfer.
Important: The endpoint returns a 200
successful response even if the transaction can not be found. This behavior accounts for the case that the transaction hash is valid but the transaction has not been mined yet.
While non of the parameters fromChain
, toChain
and bridge
are required, passing the fromChain
parameter will speed up the request and is therefore encouraged.
If you want to learn more about how to use this endpoint please have a look at our guide.
Headers
Authentication header, contact support if you want to get registered.
Query Parameters
The transaction hash on the sending chain
The bridging tool used for the transfer
hop
, cbridge
, celercircle
, hyphen
, optimism
, polygon
, arbitrum
, avalanche
, across
, stargate
, gnosis
, omni
, amarok
, lifuel
, celerim
, symbiosis
, thorswap
, squid
, allbridge
, mayan
The sending chain. Can be the chain id or chain key
The receiving chain. Can be the chain id or chain key
Response
Response of the Status request
The current status of a transfer