Response Schemas

StatusResponse

{
  "network": "string",
  "latest_height": "u64",
  "validators": "u32",
  "active_validators": "u32",
  "total_voting_power": "u64",
  "constitutional": "bool",
  "evidence_root": "string (hex)",
  "uptime_blocks": "u64",
  "qcs_formed": "u64",
  "votes_received": "u64"
}

BlockDetailResponse

{
  "height": "u64",
  "block_hash": "string (hex, 32 bytes)",
  "state_root": "string (hex, 32 bytes)",
  "history_root": "string (hex, 32 bytes)",
  "certificate_hash": "string (hex, 32 bytes)",
  "slashing_root": "string (hex, 32 bytes)",
  "verdict_hash": "string (hex, 32 bytes)",
  "evidence_record_hash": "string (hex, 32 bytes)",
  "evidence_root": "string (hex, 32 bytes)",
  "timestamp": "u64"
}