Skip to main content
GET
/
validators
/
zilliqa
Zilliqa validators list.
curl --request GET \
  --url 'https://api.blockscout.com/{chain_id}/api/v2/validators/zilliqa?apikey='
{
  "items": [
    {
      "balance": "<string>",
      "bls_public_key": "<string>",
      "index": 123
    }
  ],
  "next_page_params": {
    "index": 55,
    "items_count": 50
  }
}

Authorizations

apikey
string
query
required

API key for authentication. Required for all Pro API endpoints. Obtain your API key at https://dev.blockscout.com/

Query Parameters

apikey
string
required

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 }