Validator info

This endpoint retrieves validator info for a given validator public key.

Request

GET /api/v1/validator/{VALIDATOR_PUBLIC_KEY}

Examples

curl https://api.xrpscan.com/api/v1/validator/nHDB2PAPYqF86j9j3c6w1F1ZqwvQfiWcFShZ9Pokg9q4ohNDSkAz

Response

{
  "validation_public_key": "nHDB2PAPYqF86j9j3c6w1F1ZqwvQfiWcFShZ9Pokg9q4ohNDSkAz",
  "signing_key": "n9Jk38y9XCznqiLq53UjREJQbZWnz4Pvmph55GP5ofUPg3RG8eVr",
  "master_key": "nHDB2PAPYqF86j9j3c6w1F1ZqwvQfiWcFShZ9Pokg9q4ohNDSkAz",
  "domain": "xrpscan.com",
  "chain": "main",
  "server_version": "1.11.0",
  "networks": "main",
  "current_index": 81521260,
  "agreement_1h": {
    "missed": 0,
    "total": 961,
    "score": "1.00000",
    "incomplete": false
  },
  "agreement_24h": {
    "missed": 0,
    "total": 22747,
    "score": "1.00000",
    "incomplete": false
  },
  "agreement_30day": {
    "missed": 1,
    "total": 677637,
    "score": "1.00000",
    "incomplete": false
  },
  "partial": false,
  "unl": "vl.ripple.com",
  "revoked": false,
  "result": "success"
}

Last updated