A block by height: hash, timestamp, tx count, size, weight
API · /liquid-api
Liquid Network On-Chain API
The Liquid Network — Bitcoin's confidential sidechain — live from the public Blockstream esplora API, no key, nothing cached. Liquid is a federated Bitcoin sidechain with one-minute blocks, confidential transactions and issued assets (Tether's USDt and many others live here as Liquid assets), with L-BTC pegged one-to-one to Bitcoin. This is the first Liquid reader in the marketplace. Read the live network status — the chain tip block height and the current mempool, with the count of unconfirmed transactions, their total virtual size and total fees. Read any block by height, or the current tip, with its hash, previous block, timestamp, transaction count, size and weight. And read the live fee estimates in sat/vB keyed by the number of blocks you are willing to wait. The on-chain layer for Liquid wallets, asset issuers, explorers and analytics. Live from blockstream.info.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 441 ms
- Server probes · 24h
- Subscribers
- 3,240
- active
- Total calls
- 48
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 7,050 calls / month
- 3 requests / second
- Hard cap (429 above quota, no overage)
- 7.05k calls/month
- 3 req/sec
- All endpoints
- No credit card
Starter
€8.70 /month
- 137,500 calls / month
- 9 requests / second
- Hard cap (429 above quota, no overage)
- 137.5k calls/month
- 9 req/sec
- Email support
Pro
€34.60 /month
- 793,000 calls / month
- 22 requests / second
- Hard cap (429 above quota, no overage)
- 793k calls/month
- 22 req/sec
- Priority support
Business
€92.50 /month
- 5,080,000 calls / month
- 55 requests / second
- Hard cap (429 above quota, no overage)
- 5.08M calls/month
- 55 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
SX Bet Sports Prediction Market API
Live data for SX Bet, the on-chain sports prediction & betting exchange on SX Network, with no key. List the active sports-betting markets (moneyline, spread, total) with their two named outcomes, teams, league, sport and game time; get the supported sports; the active leagues with event counts; and the active fixtures (upcoming games) for any league. The peer-to-peer sports-prediction layer for odds dashboards, fixture monitors and sports-data apps — distinct from Polymarket, Kalshi and Limitless. Covers 29 sports across 100+ live markets.
api.oanor.com/sxbet-api
Limitless Prediction Market API
Live data for Limitless Exchange, the on-chain prediction market on Base, with no key. List the active markets with each market's title, live YES/NO implied-probability prices (0–1), traded volume, deadline and category tags; pull a single-market detail by slug; and get the full tag list. Prices are the live market-implied odds for each binary outcome, settled in USDC — distinct from Polymarket and Kalshi. Ideal for odds dashboards, event monitors and crypto-native sentiment analytics across 900+ live markets.
api.oanor.com/limitless-api
Cardano Native Token Registry API
Cardano native tokens, live from the public Koios API — no key, nothing cached. On Cardano every token is a "native asset" identified by a policy id plus an asset name, minted under a Plutus or native minting policy. The Cardano on-chain reader lists the tokens held by an account, but there is no token registry in the marketplace; this opens it. Browse the verified token registry — the curated tokens that have submitted off-chain metadata, with their ticker, decimals, description and logo. Look up a single token in full with its on-chain facts: the asset fingerprint, total supply, how many times it has been minted and burned, and when it was first created. And list every native asset minted under a given policy id — one policy can mint a single fungible token or a whole NFT collection. The token layer for Cardano wallets, DEXs, token explorers and analytics. Live from api.koios.rest.
api.oanor.com/cardanotokens-api
Algorand ASA Token Registry API
Algorand Standard Assets (ASAs) — Algorand's native token standard — live from the public Algonode indexer, no key, nothing cached. Every fungible and non-fungible token on Algorand, including Circle's USDC and Tether's USDt, is an ASA. The Algorand on-chain reader looks up a single asset, but there is no ASA registry in the marketplace; this opens it. Browse the ASA space paginated, each asset with its id, name, unit, total supply and decimals. Look up a single ASA in full — its name, unit, total supply (raw and decimal-adjusted), project URL and the on-chain role addresses that govern it: the manager (can reconfigure or destroy), the reserve, the freeze address and the clawback address. And search ASAs by name to find a token (with a reminder to verify the creator, since anyone can mint an ASA with any name). The token layer for Algorand wallets, DEXs, token explorers and analytics. Live from mainnet-idx.algonode.cloud.
api.oanor.com/algorandasa-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Liquid Network On-Chain API?
What's the rate limit for Liquid Network On-Chain API?
How much does Liquid Network On-Chain API cost?
Can I cancel my subscription anytime?
Is Liquid Network On-Chain 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/liquid-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/liquid-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/liquid-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/liquid-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.