VIZ.cx

VIZ RPC Reference

JSON-RPC 2.0 methods served by node.viz.cx. Endpoint: POST https://node.viz.cx

get_config

Returns compile-time constants of this VIZ node.

Returns

Config object with VIZ_SYMBOL, SHARES_SYMBOL, CHAIN_ID, CHAIN_NAME, and other compile-time constants.

Example request

curl -X POST https://node.viz.cx \
  -H 'Content-Type: application/json' \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "get_config"
}'

Try it

Target
Method
JSON-RPC request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "get_config"
}
POST https://node.viz.cx