VIZ.cx

VIZ RPC Reference

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

get_version

Returns the node software version.

Returns

Object with blockchain_version, viz_revision, fc_revision.

Example request

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

Try it

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