chain_getBlock |
POST |
Get header and extrinsics of a block |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"chain_getBlock","params":[],"id":1}' https://verdischain.com/rpc |
chain_getHeader |
POST |
Get block header by hash or latest |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"chain_getHeader","params":[],"id":1}' https://verdischain.com/rpc |
chain_getBlockHash |
POST |
Get block hash for a given block number |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"chain_getBlockHash","params":[100],"id":1}' https://verdischain.com/rpc |
chain_getFinalizedHead |
POST |
Get hash of the latest finalized block |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"chain_getFinalizedHead","params":[],"id":1}' https://verdischain.com/rpc |
system_health |
POST |
Get health status of the node (peers, syncing) |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"system_health","params":[],"id":1}' https://verdischain.com/rpc |
system_peers |
POST |
Get list of connected P2P network peers |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"system_peers","params":[],"id":1}' https://verdischain.com/rpc |
system_properties |
POST |
Get chain properties (ss58Format, tokenSymbol) |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"system_properties","params":[],"id":1}' https://verdischain.com/rpc |
system_version |
POST |
Get node client software version |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"system_version","params":[],"id":1}' https://verdischain.com/rpc |
dpos_allValidators |
POST |
Get list of all registered DPoS validator addresses |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"dpos_allValidators","params":[],"id":1}' https://verdischain.com/rpc |
dpos_validatorStake |
POST |
Get total stake for a validator address |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"dpos_validatorStake","params":["5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"],"id":1}' https://verdischain.com/rpc |
eco_getGreenScore |
POST |
Get green score metric for node/validator |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eco_getGreenScore","params":[],"id":1}' https://verdischain.com/rpc |
eco_getAllGreenValidators |
POST |
Get list of eco-certified green validators |
curl -s -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eco_getAllGreenValidators","params":[],"id":1}' https://verdischain.com/rpc |