net
APIs used to query network configuration.
net_networkID
Type
Description
// Request
curl -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"net_networkID","params":[],"id":67}' https://public-en-baobab.klaytn.net
// Result
{
"jsonrpc":"2.0",
"id":67,
"result":"1001"
}net_listening
Type
Description
net_peerCount
Type
Description
net_peerCountByType
Type
Description
net_version
Type
Description
Last updated