Skip to main content

sui_getChainIdentifier RPC Method

Return the first four bytes of the chain's genesis checkpoint digest.

Updated on
Dec 10, 2024

sui_getChainIdentifier RPC Method

Parameters

This method does not accept any parameters

Returns

result
string
The first four bytes of the chain's genesis checkpoint digest
Request
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"jsonrpc": "2.0",
5
"id": 1,
6
"method": "sui_getChainIdentifier",
7
"params": []
8
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free