sui graphql
playground
Queryschema off

This query declares no variables. Switch to JSON to add custom ones, or add a $variable to the query.

About
About this query

Chain identifier

Returns the digest of the chain's genesis checkpoint — a unique fingerprint that differs per network (mainnet vs testnet vs a local chain). It's the cheapest query there is, which makes it a perfect connectivity and CORS health check.

Key fields
  • chainIdentifierBase58 digest of the genesis checkpoint.

If this returns quickly, your endpoint is reachable and CORS is open.