Read API
Get Validators Information
Lists validators for a specified chain ID, including their operational status and commission rates. Useful for delegation operations on proof-of-stake blockchains.
GET
/
api
/
chains
/
{chainId}
/
validators
Authorizations
Authorization
string
headerrequiredPath Parameters
chainId
enum<string>
requiredAvailable 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 that is provided in a previous response from this endpoint. Just provide it here to get the next page of results from the endpoint
Response
200 - application/json
chainId
enum<string>
requiredAvailable 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[]
requiredpagination
object
requiredWas this page helpful?