Read API
Get Validators Information
Lists validators for a specified chain ID, including their operational status and commission rates. Supports pagination through ‘limit’ and ‘offset’ parameters. Useful for delegation operations on proof-of-stake blockchains.
POST
/
api
/
chains
/
{chainId}
/
validators
Authorizations
Authorization
string
headerrequiredBody
application/json
chainId
enum<string>
requiredAvailable options:
algorand
, cosmoshub
, osmosis
, osmosis-testnet
, celestia
, celestia-testnet
, dydx
, cosmoshub-testnet
, axelar
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, palm
, mantle
, chiliz
, chiliz-testnet
, bitcoin
, bitcoin-testnet
pagination
object
Response
200 - application/json
chainId
enum<string>
requiredAvailable options:
algorand
, cosmoshub
, osmosis
, osmosis-testnet
, celestia
, celestia-testnet
, dydx
, cosmoshub-testnet
, axelar
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, palm
, mantle
, chiliz
, chiliz-testnet
, bitcoin
, bitcoin-testnet
validators
object[]
required