Accessing Data
Access Sui network data, like transactions, checkpoints, objects, and events, through different interfaces to build applications, analyze network behavior, or audit network activity.
Data Access Interfaces
Overview of the types of data access mechanisms available in Sui.
gRPC
GraphQL
Archival Service
Emitting Events
Use events to notify onchain assets of activity your smart contracts initiate and query events from other packages to trigger logic based on emitted events.
Authenticated Events
Cryptographically verifiable Move events that can be verified by a light client without trusting any intermediary, suitable for trustless event consumption.