Sui Data Playground
专业的 Sui 数据服务平台
GraphQL API 和实时 gRPC 订阅,用于数据查询和实时监控
30-60% 更快加载
40-70% 更少 API 调用
200-500ms gRPC 推送
Resumable 检查点
API Key
登录 ZAN 并打开 Node Service · API Key 管理 创建或复制密钥,然后粘贴到上方。密钥仅保存在当前页面内存中(非本地存储),刷新页面后会被清除。
网络
Endpoint: https://api.zan.top/node/v1/sui/mainnet/<apiKey>/graphql
chainIdentifier
Shell 命令(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}"}'自定义查询
查询变量(JSON)
响应
运行查询以在此处查看 JSON