GraphQL Queries
GraphQL URIs
Mainnet
Testnet
Examples
You can find all the available queries in the Docs section on the right of the playground:
If unsure about one of the query fields, you can find more info about it in the ADOs documentation page in the smart contract docs.

Here is an example of querying a CW20 ADO for information:
Result
Dont forget the set a value for the Query variables.

You can also try the query by running the following in your terminal:
Query chain Ids for all chains:
Result

You can find more GQL query formats here.
Last updated