5️⃣Get Cross-Chain Status
Returns the status of cross-chain transactions
Get the status of a cross -chain transaction
Query Parameters
Name
Type
Description
{
"isSuccess": true,
"status": "Done",
"msg": "Transaction has been completed.",
"txHash": "<transaction hash of target chain swap>"
}{
"isSuccess": true,
"status": "Processing",
"msg": "Source chain transaction detected, destination chain transaction pending.",
"txHash": null
}{
"isSuccess": false,
"status": "Not found",
"msg": "No transaction found in the system.",
"txHash": null
}{
"isSuccess": true,
"status": "Receive bridge token <symbol>",
"msg": "Transaction reverted, bridge token received.",
"txHash": "<transaction hash of target chain swap>"
}Status
Msg
Discription
Last updated