For the complete documentation index, see llms.txt. This page is also available as Markdown.
Sample Queries
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 DatachainIdnoncetransferIdtodelegatereceiveLocalcallDataslippageoriginSenderoriginDomaindestinationDomaintransactionHashbridgedAmtstatustimestampnormalizedIn# Asset Dataasset{idadoptedAssetcanonicalIdcanonicalDomain}}}