XRPSCAN
HomeMetricsValidatorsAmendments
  • 📖Build with XRPSCAN
  • 📘API Documentation
    • Introduction
    • Pricing
      • Pay as you Go (PAYG)
    • API Concepts
      • Pagination
    • Account
      • Account info
      • Activations
      • Ancestry
      • Assets
      • Deposit Preauths
      • DEX Orders
      • Escrows
      • Issued tokens
      • Issued token balance
      • NFTs
      • Settings
      • Trustlines
      • Transactions
      • Xumm KYC status
    • Transaction
      • Transaction info
    • Ledger
      • Ledgers
      • Ledger info
      • Transactions
    • NFT
      • NFT info
    • AMM
      • AMM info
      • Pools
    • Object
      • Object info
    • Amendment
      • Amendments
      • Amendment info
    • Validator
      • Registry
      • Validator info
      • Report
    • Node
      • Nodes
      • Node info
    • Network
      • Fee
      • Server info
      • Server versions
    • Account Name
      • Well known accounts
    • Balance
      • Balances
    • Fact
      • Facts in namespace
      • Fact
    • Metrics
      • Metrics
    • Health
      • Ping
  • 📗Help
    • Integration guide
    • Validator
    • Contribute
    • Privacy policy
    • Contact us
  • 📙FAQs
    • How to report scams
Powered by GitBook
On this page
  • Request
  • Examples
  • Response
  1. API Documentation
  2. Validator

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"
}
PreviousRegistryNextReport

Last updated 1 year ago

📘