Tracking xCalls
Connextscan
Querying Subgraphs
query OriginTransfer {
originTransfers(
where: {
# Query by the transaction hash of the xcall
transactionHash: "<TRANSACTION_HASH>",
# Or by the xcall's transfer ID
transferId: "<TRANSFER_ID>"
}
) {
# Meta Data
chainId
nonce
transferId
to
delegate
receiveLocal
callData
slippage
originSender
originDomain
destinationDomain
transactionHash
bridgedAmt
status
timestamp
normalizedIn
# Asset Data
asset {
id
adoptedAsset
canonicalId
canonicalDomain
}
}
}XCall Status
Status
Description
Last updated