Below are some sample queries you can use to gather information from the Connext contracts.
You can build your own queries using a GraphQL Explorer and enter your endpoint to limit the data to exactly what you need.
Get origin domain details of an xcall
queryOriginTransfer{ originTransfers(where: {# Query by the transaction hash of the xcalltransactionHash:"<TRANSACTION_HASH>"# Or by the xcall's transfer IDtransferId:"<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}}}