GET
/
api
/
{chainId}
/
validators
curl --request GET \
  --url https://api.adamik.io/api/{chainId}/validators \
  --header 'Authorization: <api-key>'
{
  "chainId": "cosmoshub",
  "validators": [
    {
      "address": "<string>",
      "name": "<string>",
      "commission": 123
    }
  ],
  "pagination": {
    "nextPage": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

chainId
enum<string>
required
Available options:
cosmoshub,
cosmoshub-testnet,
osmosis,
osmosis-testnet,
celestia,
celestia-testnet,
dydx,
axelar,
injective,
akash,
band,
dymension,
kyve,
neutron,
terra2,
stargaze,
evmos,
irisnet,
juno,
lum-network,
omniflix,
sei,
medibloc,
passage,
quasar,
seda,
sommelier,
shentu,
stride,
chihuahua,
bitsong,
persistence,
comdex,
fetch-ai,
humans-ai,
ki,
likecoin,
mars-hub,
provenance,
quicksilver,
saga,
ux-chain,
kava

Query Parameters

nextPage
string

Token from the previous response of this endpoint. Provide it here to fetch the next page of results.

Response

200 - application/json
Returns a list of validators, their status, and commission details for the specified chain ID.
chainId
enum<string>
required
Available options:
cosmoshub,
cosmoshub-testnet,
osmosis,
osmosis-testnet,
celestia,
celestia-testnet,
dydx,
axelar,
injective,
akash,
band,
dymension,
kyve,
neutron,
terra2,
stargaze,
evmos,
irisnet,
juno,
lum-network,
omniflix,
sei,
medibloc,
passage,
quasar,
seda,
sommelier,
shentu,
stride,
chihuahua,
bitsong,
persistence,
comdex,
fetch-ai,
humans-ai,
ki,
likecoin,
mars-hub,
provenance,
quicksilver,
saga,
ux-chain,
kava
validators
object[]
required
pagination
object
required