One validator by node id: stake, rank, delegators, uptime
API · /avaxvalidators-api
Avalanche P-Chain Validators & Staking API
The Avalanche Primary Network validator set — Avalanche's proof-of-stake — live from the official public Avalanche API, no key, nothing cached. Avalanche secures its Primary Network with hundreds of permissionless validators who stake AVAX (and accept delegations) on the P-Chain; this is the first Avalanche reader in the marketplace. Rank the current validators by stake weight, each with its node id, total stake (own plus delegated, in AVAX), share of network stake, uptime, delegation fee, delegator count and the validation reward pending at the end of its term. Look up a single validator by node id for its stake, rank, delegators and uptime. And read a live staking overview — the validator count, how many are connected, the total AVAX staked on the Primary Network, the current circulating AVAX supply and the average uptime of the set. The validator-and-staking layer for Avalanche wallets, staking dashboards, delegators and analytics. Live from api.avax.network.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 132 ms
- Server probes · 24h
- Subscribers
- 3,427
- active
- Total calls
- 16
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 7,350 calls / month
- 3 requests / second
- Hard cap (429 above quota, no overage)
- 7.35k calls/month
- 3 req/sec
- All endpoints
- No credit card
Starter
€10.00 /month
- 140,000 calls / month
- 9 requests / second
- Hard cap (429 above quota, no overage)
- 140k calls/month
- 9 req/sec
- Email support
Pro
€34.00 /month
- 800,000 calls / month
- 22 requests / second
- Hard cap (429 above quota, no overage)
- 800k calls/month
- 22 req/sec
- Priority support
Business
€90.50 /month
- 5,100,000 calls / month
- 55 requests / second
- Hard cap (429 above quota, no overage)
- 5.1M calls/month
- 55 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
GMX API
Live oracle prices from GMX, the leading decentralised perpetual-swap exchange on Arbitrum and Avalanche. Unlike order-book DEXs, GMX executes trades against its GLP/GM liquidity pools at prices set by a keeper-signed oracle that quotes a MIN and a MAX price per token — the execution band traders open and close positions against. The prices endpoint returns every supported token's min/max/mid oracle price and the execution spread; the price endpoint returns a single token by symbol; the tokens endpoint returns the supported-token registry (contract address, decimals, synthetic flag); the spread endpoint ranks tokens by their oracle execution spread (the on-chain cost band of trading that token on GMX). Every endpoint accepts a chain parameter (arbitrum default, or avalanche). Read live from GMX's public oracle, nothing stored. This is GMX's own pool-DEX oracle min/max-price and execution-spread layer — distinct from centralised-exchange tickers, aggregate price feeds and order-book DEX feeds such as dYdX and Hyperliquid.
api.oanor.com/gmx-api
Warden Protocol Network API
Live on-chain data for Warden Protocol (chain-id warden_8765-1), an EVM-compatible Cosmos-SDK Layer 1 focused on intelligent on-chain applications and chain abstraction, with the WARD token. Read the current chain status — latest block height, block time and chain id — list the active validator set with each validator moniker, staked WARD, commission and jailed status, inspect the staking pool with bonded and not-bonded amounts and the bonded ratio, read the total WARD supply, and browse the latest on-chain governance proposals with their status and voting windows. WARD uses 18 decimals (EVM-style); all amounts are returned both in base units (award) and as whole WARD. Distinct from other Cosmos-chain APIs on the marketplace: this surfaces the Warden Protocol mainnet specifically.
api.oanor.com/warden-api
XION Network API
Live on-chain data for XION (chain-id xion-mainnet-1), a Cosmos-SDK Layer 1 built around a generalized abstraction layer with native account abstraction and stablecoin-denominated gas. Read the current chain status — latest block height, block time and chain id — list the active validator set with each validator moniker, staked XION, commission, delegator shares and jailed status, inspect the staking pool with bonded and not-bonded amounts and the bonded ratio, read the total XION supply, and browse the latest on-chain governance proposals with their status and voting windows. All XION amounts are returned both in base units (uxion) and as whole XION. Distinct from other Cosmos-chain APIs on the marketplace: this surfaces the XION mainnet specifically.
api.oanor.com/xion-api
Initia Network API
Live on-chain data for Initia, a Cosmos-SDK Layer 1 (chain-id interwoven-1) built around interwoven rollups and a MoveVM execution layer, with the INIT token. Read the current chain status — latest block height, block time and chain id — list the active validator set with each validator moniker, voting power, staked INIT, commission and jailed status, inspect the staking pool with bonded and not-bonded token amounts, read the total INIT supply, and browse the latest on-chain governance proposals with their status and voting windows. Initia uses its own multi-token staking module (initia.mstaking) rather than the standard Cosmos staking module, so the validator and pool data reflect Initia-native staking. All INIT amounts are returned both in base units (uinit) and as whole INIT. Distinct from other Cosmos-chain APIs: this surfaces the Initia interwoven-1 network specifically.
api.oanor.com/initia-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Avalanche P-Chain Validators & Staking API?
What's the rate limit for Avalanche P-Chain Validators & Staking API?
How much does Avalanche P-Chain Validators & Staking API cost?
Can I cancel my subscription anytime?
Is Avalanche P-Chain Validators & Staking API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/avaxvalidators-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/avaxvalidators-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/avaxvalidators-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/avaxvalidators-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.