Skip to main content

Sui GraphQL API

The Sui GraphQL RPC is a public service that enables interacting with the Sui network.

To get started with the GraphQL RPC, check out the Getting Started guide. If you'd like to learn more about the concepts used in the GraphQL RPC service, check out the GraphQL RPC concepts page.

Check out the Queries reference page on the left sidebar for the root types related to querying the service (e.g., doing a dryRun). If you'd like to execute a transaction on the network, check out the Mutations page in the left sidebar.

As Sui uses an object-centric model, it might be of interest to explore the Object and Address types too. For other types and reference API, consult the pages under GraphQL RPC API shown in the left sidebar.