API · /solananetwork-api

Solana Network Status API

healthy 3,299 Subscribers

The live performance and monetary health of the Solana blockchain, read straight from public Solana RPC nodes, no key. Solana is one of the highest-throughput blockchains in crypto, and its network state — how fast it is processing transactions right now, where it is in the current staking epoch, how much SOL exists and how fast new SOL is being minted — is the heartbeat that traders, validators and builders watch. The status endpoint is the live dashboard: the current epoch and how far through it the chain is (with an estimate of the time left until the next epoch), the absolute slot and block height, the lifetime transaction count, the current transactions-per-second, the average slot time and the node health. The supply endpoint returns the SOL money supply — total, circulating and non-circulating — with the circulating share and the live inflation rate broken into its validator and foundation parts. The performance endpoint returns the recent throughput samples — transactions, slots and TPS over the last few one-minute windows — so you can see whether the chain is speeding up or slowing down. This is the Solana network performance / monetary cut, distinct from the Solana validators feed (which ranks validators by stake and measures decentralisation), and from the price, DeFi and on-chain-token feeds. SOL amounts are in whole SOL (converted from lamports); rates are percentages; everything is live. Built for crypto dashboards, trading and infrastructure-monitoring tools.

api.oanor.com/solananetwork-api
Get an API key Try in playground → Contact provider

Machine-readable spec so AI agents can integrate this API.

/api/solananetwork-api/openapi.json
/api/solananetwork-api/llms.txt

Discovery: GET /api/index.json lists every API.

Solana Network Status API — live data on the oanor API marketplace

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
2095 ms
Server probes · 24h
Subscribers
3,299
active
Total calls
72
last 7 days
status Full status page → · 8 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 1,130 calls / month
  • 2 requests / second
  • Hard cap (429 above quota, no overage)
  • 1,130 calls/month
  • 2 req/sec
  • All endpoints
  • No credit card
Sign in to subscribe

Starter

€10.90 /month

  • 24,200 calls / month
  • 6 requests / second
  • Hard cap (429 above quota, no overage)
  • 24.2k calls/month
  • 6 req/sec
  • Status + supply + performance
  • Email support
Sign in to subscribe

Pro

€32.80 /month

  • 127,000 calls / month
  • 16 requests / second
  • Hard cap (429 above quota, no overage)
  • 127k calls/month
  • 16 req/sec
  • Live throughput monitoring
  • Priority support
Sign in to subscribe

Mega

€74.60 /month

  • 694,000 calls / month
  • 40 requests / second
  • Hard cap (429 above quota, no overage)
  • 694k calls/month
  • 40 req/sec
  • Dedicated SLA
Sign in to subscribe

Built by

Related APIs

Other APIs with overlapping tags.

Pacifica Perpetuals DEX API — oanor API marketplace

Pacifica Perpetuals DEX API

Live market data for Pacifica, the Solana-based perpetuals DEX, with no key. List every perpetual market with its contract specs; pull an all-market price feed with mark/mid/oracle price, funding rate, open interest and 24h volume per symbol; read the live order book; and stream recent public trades. Symbols are plain coin tickers (BTC, SOL, WIF) — ideal for Solana-perp dashboards, funding-rate monitors and trading analytics across 69+ perpetual markets.

api.oanor.com/pacifica-api

DexPaprika On-Chain DEX API — oanor API marketplace

DexPaprika On-Chain DEX API

Live on-chain decentralized-exchange market data across 35+ blockchains, with no key. List every supported network with its 24h DEX volume, transaction count and pool count; read the DEXes active on any chain; pull the top liquidity pools ranked by volume; get full token detail with multi-window price stats; search across every chain for tokens, pools and DEXes; and read global coverage totals. The on-chain / DEX / liquidity-pool layer for DeFi dashboards, token analytics, trading and research — distinct from centralized-exchange ticker readers. Live from DexPaprika (by the CoinPaprika team); short cache only.

api.oanor.com/dexpaprika-api

Backpack Exchange API — oanor API marketplace

Backpack Exchange API

Live spot and perpetual-futures market data from Backpack, the Solana-native crypto exchange, with no key. List every spot and perp market; read the 24h ticker for any pair (last price, change, high/low, volume, trade count); pull the order-book depth, OHLC candlesticks and most-recent trades; and for perpetuals read the mark price, index price, funding rate and open interest. The live exchange-data / derivatives layer for trading bots, dashboards, arbitrage and analytics — distinct from the Binance, bitFlyer and XT exchange readers. Live from Backpack; short cache only.

api.oanor.com/backpack-api

Solana Program API — oanor API marketplace

Solana Program API

Inspect deployed Solana programs live from public Solana RPC — no key — and answer the question that matters most for safety: can this program still be changed, and by whom? For any program address it resolves the loader it runs under, whether it is executable, its on-chain ProgramData account, the upgrade authority (or that it has been made immutable / frozen), and the slot it was last deployed at. A batch endpoint audits up to twelve programs at once — perfect for checking the upgrade authority of every program a protocol depends on before you trust it — and a loaders endpoint documents Solana's program loaders. Distinct from balance, token and transaction APIs: this is the program and upgrade-authority layer that auditors, wallets and security tooling rely on to judge whether a Solana program is safe. Live from the chain; short cache only.

api.oanor.com/solanaprogram-api

Frequently asked questions

Quick answers about pricing, quotas, and integration.

How do I get an API key for Solana Network Status API?
Sign up for free at oanor.com, generate an API key from the developer dashboard, and call Solana Network Status API with the x-oanor-key header. No credit card needed for the free tier.
What's the rate limit for Solana Network Status API?
Free tier allows 1 request per second. Paid plans scale up to 50 requests per second on the Mega tier. Hard limits return HTTP 429 above the quota — no surprise overage charges.
How much does Solana Network Status API cost?
Solana Network Status API has a free tier with 100 calls / month. Paid plans start at €10.90 / month with higher quotas and faster rate limits.
Can I cancel my subscription anytime?
Yes. Plans are billed monthly and you can cancel anytime from your billing dashboard. No long-term contracts and no cancellation fee.
Is Solana Network Status API GDPR-compliant?
All requests to Solana Network Status API go through our EU-based gateway. Your upstream API key never leaves our server and no personal data is shared with the upstream provider beyond the request you send.

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/solananetwork-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/solananetwork-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/solananetwork-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/solananetwork-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 in

New thread

/ 4000

📌 Pinned 🔒 Locked

·

· ·

/ 4000

🔒 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 in

Open new ticket

Describe what you need help with. The provider team gets an email and replies on the ticket page.

  • No tickets yet for this API.

Subscription active — calls can start immediately.

Send your first request —

Subscription active — copy a snippet and fire off your first call.