curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getGenesisHash",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d"
}Returns the genesis hash. Mainnet-beta is 5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getGenesisHash",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d"
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.