_getValidatorInfoByValidator

Queries the pool info.

Parameters

  • validator_addr: STRING - The validator address to query for.
curl https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/staking/v1beta1/validators/cosmosvaloper1c4k24jzduc365kywrsvf5ujz4ya6mwympnc4en \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'

Returns

  • OBJECT - The validator information.
{
  "validator": {
    "operator_address": "cosmosvaloper1c4k24jzduc365kywrsvf5ujz4ya6mwympnc4en",
    "consensus_pubkey": {
      "@type": "/cosmos.crypto.ed25519.PubKey",
      "key": "LtiHVLCcE+oFII0vpIl9mfkGDmk9BpPg1eUkvKnO4xw="
    },
    "jailed": false,
    "status": "BOND_STATUS_BONDED",
    "tokens": "16798085039759",
    "delegator_shares": "16798085039759.000000000000000000",
    "description": {
      "moniker": "Coinbase Custody",
      "identity": "AECA8EAB3D0AFAD1",
      "website": "custody.coinbase.com",
      "security_contact": "[email protected]",
      "details": "Coinbase Custody Cosmos Validator"
    },
    "unbonding_height": "0",
    "unbonding_time": "1970-01-01T00:00:00Z",
    "commission": {
      "commission_rates": {
        "rate": "0.200000000000000000",
        "max_rate": "1.000000000000000000",
        "max_change_rate": "1.000000000000000000"
      },
      "update_time": "2022-06-30T17:14:03.668558534Z"
    },
    "min_self_delegation": "1",
    "unbonding_on_hold_ref_count": "0",
    "unbonding_ids": [],
    "validator_bond_shares": "10012576.000000000000000000",
    "liquid_shares": "1230772020.000000000000000000"
  }
}

Try Yourself

Language
Click Try It! to start a request and see the response here!