The Fuel GraphQL API allows you to query the Fuel blockchain for a wide range of on-chain data. It can be used to query transactions, balances, block information, and more. You can also use it to simulate and submit transactions on the Fuel network.
The playground is an interactive and graphical IDE that includes a reference for queries, mutations, and types. It also provides query validation and context for the underlying GraphQL schema.
You can test out the Fuel GraphQL API playground here:
Beta-4: https://beta-4.fuel.network/playground
Beta-3: https://beta-3.fuel.network/playground
Beta-2 (deprecated): https://node-beta-2.fuel.network/playground
You can learn more about the differences between each network here .
Beta-4: https://beta-4.fuel.network/graphql
Beta-3: https://beta-3.fuel.network/graphql
Beta-2 (deprecated): https://node-beta-2.fuel.network/graphql
Was this page helpful?