latestOpenAPI 3.0.02026-08-2232150173.9 KB
b70d36b7002b
ccip
Check CCIP bridge transaction status
Returns comprehensive information about a cross-chain CCIP bridge transaction, including CCIP message parameters, on-chain events, and transaction data from Enso.
get/api/v1/ccip/bridge/check
Query parameters
chainIdnumber required
Example:56
Chain ID of the source transaction
txHashstring required
Example:0x80f1faf0652a5618ea1de0fc5142418e380676b3c6c74d482cfac1237638d6d4
Transaction hash of the CCIP bridge transaction on source chain
Response
Bridge transaction status and details
Example response
{
"sourceChainId": 56,
"sourceTxHash": "0x80f1faf0652a5618ea1de0fc5142418e380676b3c6c74d482cfac1237638d6d4",
"sourceChainIdFinality": 5,
"ccipSendParams": {
"destinationChainSelector": "15971525489660198786"
},
"ccipSendParamsDecoded": {
"destinationChainId": 8453,
"data": {
"receiver": "0x1234567890123456789012345678901234567890",
"error": "Could not decode message.data as (address,bytes)"
},
"tokenAmounts": [
{
"token": {
"address": "0x55d398326f99059fF775485246999027B3197955",
"symbol": "USDT",
"name": "Tether USD",
"decimals": 18
},
"amount": "1000000000000000000"
}
],
"fee": {
"token": {
"address": "0x55d398326f99059fF775485246999027B3197955",
"symbol": "USDT",
"name": "Tether USD",
"decimals": 18
},
"amount": "5000000000000000"
},
"extraArgs": {
"gasLimit": "2000000"
}
},
"destinationChainId": 8453,
"destinationTxHash": "0x9a3e6a8a52b82a1f4b523b0d50be133df0ad9407814b32e42d67119e1ae1947d",
"readyForManualExecution": true,
"error": "Transaction receipt not found for 0x..."
}