VIZ RPC Reference
JSON-RPC 2.0 methods served by node.viz.cx. Endpoint: POST https://node.viz.cx
get_chain_properties
Returns chain governance parameters set by validators (fees, bandwidth limits, energy config).
Returns
ChainProperties object with account_creation_fee, maximum_block_size, min_delegation, bandwidth_reserve_percent, and more.
Example request
curl -X POST https://node.viz.cx \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "get_chain_properties"
}'Try it
Target
Method
JSON-RPC request
{
"jsonrpc": "2.0",
"id": 1,
"method": "get_chain_properties"
}POST https://node.viz.cx