net
네트워크 환경을 조회하는 데에 사용되는 API입니다.
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
Was this helpful?