Chain status (latest block)
API · /elys-api
Elys Network API
Live on-chain data for Elys Network (chain-id elys-1), a Cosmos-SDK DeFi Layer 1 built around an on-chain AMM, perpetual futures and leveraged liquidity provision, with the ELYS token. Read the current chain status — latest block height, block time and chain id — list the active validator set with each validator moniker, staked ELYS, commission and jailed status, inspect the staking pool with bonded and not-bonded amounts and the bonded ratio, read the total ELYS supply, and explore the full multi-asset on-chain supply — the bank module holds ELYS alongside dozens of bridged IBC assets and AMM liquidity-pool shares — plus the latest on-chain governance proposals with their status and voting windows. All ELYS amounts are returned both in base units (uelys) and as whole ELYS. Distinct from other Cosmos-chain APIs on the marketplace: this surfaces the Elys Network DeFi chain specifically.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 129 ms
- Server probes · 24h
- Subscribers
- 3,298
- active
- Total calls
- 7
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 1,720 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 1,720 calls/month
- 2 req/sec
- All endpoints
- No credit card
Basic
€11.40 /month
- 49,200 calls / month
- 6 requests / second
- Hard cap (429 above quota, no overage)
- 49,200 calls/month
- 6 req/sec
- All endpoints
- Email support
Pro
€31.20 /month
- 196,000 calls / month
- 18 requests / second
- Hard cap (429 above quota, no overage)
- 196,000 calls/month
- 18 req/sec
- Priority support
Scale
€70.40 /month
- 798,000 calls / month
- 45 requests / second
- Hard cap (429 above quota, no overage)
- 798,000 calls/month
- 45 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Passage Chain API
Real-time on-chain data for Passage (chain-id passage-2), a Cosmos-SDK Layer-1 for gaming, the metaverse and NFTs, with PASG as its native coin, secured by delegated proof-of-stake. The status endpoint returns the chain id, latest block height and time, proposer and node application version so you can confirm the chain is live and producing blocks. The validators endpoint returns the full bonded validator set — each moniker, operator address, stake in PASG, commission rate and jailed flag — sorted by stake, plus the total bonded and not-bonded PASG. The supply endpoint returns the total PASG supply (in PASG and base upasg), the bonded amount and the bonded ratio. The governance endpoint returns the most recent on-chain governance proposals with title, status and voting window. The meta endpoint documents the chain, denom and decimals. Reads a live Passage Cosmos-SDK LCD node directly (with mirror fallback), so values are current to the latest block. Live, nothing stored. 5 endpoints. This serves chain-level staking, supply and governance data; for individual NFTs or game assets use a dedicated indexer API.
api.oanor.com/passage-api
BitSong Chain API
Real-time on-chain data for BitSong (chain-id bitsong-2b), a Cosmos-SDK Layer-1 built for the music industry — music NFTs, artist fan tokens and streaming — with BTSG as its native coin, secured by delegated proof-of-stake. The status endpoint returns the chain id, latest block height and time, proposer and node application version so you can confirm the chain is live and producing blocks. The validators endpoint returns the full bonded validator set — each moniker, operator address, stake in BTSG, commission rate and jailed flag — sorted by stake, plus the total bonded and not-bonded BTSG. The supply endpoint returns the total BTSG supply (in BTSG and base ubtsg), the bonded amount and the bonded ratio. The governance endpoint returns the most recent on-chain governance proposals with title, status and voting window. The meta endpoint documents the chain, denom and decimals. Reads a live BitSong Cosmos-SDK LCD node directly (with mirror fallback), so values are current to the latest block. Live, nothing stored. 5 endpoints. This serves chain-level staking, supply and governance data; for individual fan tokens or music NFTs use a dedicated indexer API.
api.oanor.com/bitsong-api
cheqd Chain API
Real-time on-chain data for cheqd (chain-id cheqd-mainnet-1), a Cosmos-SDK Layer-1 purpose-built for decentralised identity, verifiable credentials and trust registries, with CHEQ as its native coin (base denom ncheq, 9 decimals), secured by delegated proof-of-stake. The status endpoint returns the chain id, latest block height and time, proposer and node application version so you can confirm the chain is live and producing blocks. The validators endpoint returns the full bonded validator set — each moniker, operator address, stake in CHEQ, commission rate and jailed flag — sorted by stake, plus the total bonded and not-bonded CHEQ. The supply endpoint returns the total CHEQ supply (in CHEQ and base ncheq), the bonded amount and the bonded ratio. The governance endpoint returns the most recent on-chain governance proposals with title, status and voting window. The meta endpoint documents the chain, denom and decimals. Reads a live cheqd Cosmos-SDK LCD node directly (with mirror fallback), so values are current to the latest block. Live, nothing stored. 5 endpoints. This serves chain-level staking, supply and governance data; for DID documents or credential resolution use a dedicated cheqd resolver API.
api.oanor.com/cheqd-api
Agoric Chain API
Real-time on-chain data for Agoric (chain-id agoric-3), a Cosmos-SDK Layer-1 purpose-built for JavaScript smart contracts, with BLD as its native staking coin (and IST as its stablecoin), secured by delegated proof-of-stake. The status endpoint returns the chain id, latest block height and time, proposer and node application version so you can confirm the chain is live and producing blocks. The validators endpoint returns the full bonded validator set — each moniker, operator address, stake in BLD, commission rate and jailed flag — sorted by stake, plus the total bonded and not-bonded BLD. The supply endpoint returns the total BLD supply (in BLD and base ubld), the bonded amount and the bonded ratio. The governance endpoint returns the most recent on-chain governance proposals with title, status and voting window. The meta endpoint documents the chain, denom and decimals. Reads a live Agoric Cosmos-SDK LCD node directly (with mirror fallback), so values are current to the latest block. Live, nothing stored. 5 endpoints. This serves chain-level staking, supply and governance data; for IST stablecoin or contract state use a dedicated app/contract API.
api.oanor.com/agoric-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Elys Network API?
What's the rate limit for Elys Network API?
How much does Elys Network API cost?
Can I cancel my subscription anytime?
Is Elys Network 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/elys-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/elys-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/elys-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/elys-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.