Skip to main content

kaia_chainID

POST

Returns the chain ID of the network the current node is connected to, as a hexadecimal string. Chain ID is the network identifier defined in EIP-155, used in transaction signing to prevent replay attacks.
Responses
codestringrequired
Code identifying the cause of the failed request.
messagestringrequired
Detailed message including the name and value of the invalid parameter.
{
"code": "ERROR_CODE",
"message": "Unauthorized"
}
cURL
curl -X POST 'https://kaia-mainnet.nodit.io' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "kaia_chainID",
"params": []
}'