Skip to main content
GET
/
v2
/
validators
/
zilliqa
Zilliqa validators list.
curl --request GET \
  --url http://localhost/api/v2/validators/zilliqa
{
  "items": [
    {
      "balance": "<string>",
      "bls_public_key": "<string>",
      "index": 123
    }
  ],
  "next_page_params": {
    "index": 55,
    "items_count": 50
  }
}

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

index
integer

Item index for paging

items_count
integer

Number of items returned per page

Required range: 1 <= x <= 50
sort
enum<string>
Available options:
index
order
enum<string>
Available options:
asc,
desc

Response

List of validators.

items
Staker · object[]
required
next_page_params
object
required
Example:
{ "index": 55, "items_count": 50 }