Sui Data Playground

Professional Sui data service platform

GraphQL API and real-time gRPC subscriptions for data querying and real-time monitoring

30-60% faster loading
40-70% fewer API calls
200-500ms gRPC push
Resumable checkpoint
API Key

Sign in to ZAN and open Node Service · API Key management to create or copy a key, then paste it above. The key stays in this page's memory only (not local storage) and is cleared when you refresh.

Network

Endpoint: https://api.zan.top/node/v1/sui/mainnet/<apiKey>/graphql

Presets (click to run)
Shell command (curl)
curl -s -X POST 'https://api.zan.top/node/v1/sui/mainnet/YOUR_API_KEY/graphql' \
  -H 'Content-Type: application/json' \
  -d '{"query":"query {\n  chainIdentifier\n}"}'

Custom query

QueryVariables (JSON)
Response
Run a query to see JSON here