Accessing Data
Using gRPC
Learn how to use gRPC clients for the Sui network with grpcurl, Buf CLI, and popular programming languages.
Using GraphQL RPC
Practical guide to making queries of the Sui RPC using the GraphQL service, with examples for common tasks.
Using the Archival Service
Query historical Sui network data through the Archival Service gRPC API.
Using Events
Use events to notify on-chain assets of activity your smart contracts initiate and query events from other packages to trigger logic based on emitted events.