List

Get Validators List

post
Body
all ofOptionalExample: {"at_ledger_state":null}
Responses
200
Validators List
application/json
Responseall of
post
POST /state/validators/list HTTP/1.1
Host: xrd-gateway.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 24

{
  "at_ledger_state": null
}
{
  "ledger_state": {
    "network": "<network-name>",
    "state_version": 1,
    "proposer_round_timestamp": "text",
    "epoch": 1,
    "round": 1
  },
  "validators": {
    "total_count": 1,
    "next_cursor": "text",
    "items": [
      {
        "address": "text",
        "stake_vault": {
          "balance": "text",
          "last_changed_at_state_version": 1,
          "address": "text"
        },
        "pending_xrd_withdraw_vault": {
          "balance": "text",
          "last_changed_at_state_version": 1,
          "address": "text"
        },
        "locked_owner_stake_unit_vault": {
          "balance": "text",
          "last_changed_at_state_version": 1,
          "address": "text"
        },
        "pending_owner_stake_unit_unlock_vault": {
          "balance": "text",
          "last_changed_at_state_version": 1,
          "address": "text"
        },
        "state": {},
        "active_in_epoch": {
          "stake": "text",
          "stake_percentage": 1,
          "key": {
            "key_type": "EcdsaSecp256k1"
          }
        },
        "metadata": {
          "total_count": 1,
          "next_cursor": "text",
          "items": [
            {
              "key": "text",
              "value": {
                "raw_hex": "text",
                "programmatic_json": {
                  "kind": "Bool",
                  "type_name": "text",
                  "field_name": "text"
                },
                "typed": {
                  "type": "String"
                }
              },
              "is_locked": true,
              "last_updated_at_state_version": 1
            }
          ]
        },
        "effective_fee_factor": {
          "current": {
            "fee_factor": "text"
          },
          "pending": {
            "fee_factor": "text",
            "effective_at_epoch": 1
          }
        }
      }
    ]
  }
}