VIZ RPC Reference
JSON-RPC 2.0 methods served by node.viz.cx. Endpoint: POST https://node.viz.cx
get_active_validators
Returns the list of currently scheduled validator (witness) account names.
Returns
Array of validator account name strings.
Example request
curl -X POST https://node.viz.cx \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "get_active_validators"
}'Try it
Target
Method
JSON-RPC request
{
"jsonrpc": "2.0",
"id": 1,
"method": "get_active_validators"
}POST https://node.viz.cx