v1

latestOpenAPI 3.0.02026-07-17243469.7 KB
Server

get/v2/bridge-status

Query parameters

transactionHashstring required

Transaction hash originating from the source chain while bridging assets.

fromChainIdstring required

ID of source chain, e.g Ethereum Mainnet = 1

toChainIdstring required

ID of destination chain, e.g Ethereum Mainnet = 1

bridgeNamestring

Name of the bridge used while bridging.

Headers

API-KEYstring

Response

Returns the status of the bridging transaction if completed or pending.

successboolean required

Status of API.

Example response

{
  "success": true,
  "result": {
    "sourceTx": "0xa6574b28b36dceb147a7ff3ca06839f1f0835bcfd5f0409406fbc524412e281a",
    "sourceTxStatus": "COMPLETED",
    "destinationTransactionHash": "0xa6574b28b36dceb147a7ff3ca06839f1f0835bcfd5f0409406fbc524412e281a",
    "destinationTxStatus": "COMPLETED",
    "fromChainId": 1,
    "toChainId": 137
  }
}