All crypto-exposure stocks ranked by volume
API · /cryptostocks-api
Crypto Stocks Tracker API
The public stocks that give exposure to crypto, tracked live and keyless from Yahoo Finance — the Bitcoin miners, the exchanges and brokers, and the Bitcoin-treasury companies that trade as a high-beta play on the asset class. Beyond the spot ETFs, a whole complex of operating companies moves with crypto: the miners (MARA, RIOT, CleanSpark, IREN and more), the exchanges and brokers (Coinbase, Robinhood) and the treasury companies (Strategy/MSTR and others) that hold Bitcoin on their balance sheet. These equities typically move several times harder than Bitcoin itself, which makes them the high-beta way to trade the theme and a real-time read on how the market is pricing the crypto business. The stocks endpoint lists every tracked crypto-related stock, ranked by trading volume, each with its price, daily change, volume and category. The category endpoint filters to one group — miners, exchanges or treasury — with that group's average daily move, so you can see which part of the complex is leading. The stock endpoint returns one company's detail by ticker. The summary endpoint is the complex-wide read: the average move of the miners versus the exchanges versus the treasury companies, the leading sub-group and the day's biggest gainer and loser (the miners, being highest-beta, usually lead in both directions). This is the crypto-equities cut — distinct from the spot-crypto-ETF feed (passive funds that hold the coin, not operating companies), the corporate-Bitcoin-treasury feed (which reports how much BTC each company holds, not its stock price) and the coin price feeds. It tracks equity market activity (price, daily change, volume); prices and volumes are in USD. No key, nothing stored beyond a short cache.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 153 ms
- Server probes · 24h
- Subscribers
- 3,422
- active
- Total calls
- 85
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 850 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 850 calls/month
- 2 req/sec
- All endpoints
- No credit card
Starter
€21.00 /month
- 23,000 calls / month
- 6 requests / second
- Hard cap (429 above quota, no overage)
- 23k calls/month
- 6 req/sec
- Full crypto-equity table
- Email support
Pro
€76.00 /month
- 145,000 calls / month
- 16 requests / second
- Hard cap (429 above quota, no overage)
- 145k calls/month
- 16 req/sec
- Category breakdown + summary
- Priority support
Scale
€221.00 /month
- 580,000 calls / month
- 40 requests / second
- Hard cap (429 above quota, no overage)
- 580k calls/month
- 40 req/sec
- Full crypto-equities feed
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Coinbase Exchange API
Live market data straight from Coinbase's public Exchange API — one of the largest and most trusted regulated crypto venues, exposed as clean JSON with no key and nothing cached. The products endpoint lists Coinbase's roughly 800 trading pairs with their base and quote currency, price and size increments, minimum order size and trading status, filterable by quote currency. The ticker endpoint returns a pair's live snapshot: the last trade price, the best bid and ask, the bid-ask spread in absolute and percentage terms, and the 24-hour base volume — BTC-USD trading around $63,300 with a one-cent spread. The stats endpoint returns the rolling 24-hour open, high, low and last with the 24-hour and 30-day volume and the computed 24-hour percentage change. The orderbook endpoint returns the top of book — the best bid and ask at level 1, or the aggregated top of the book at level 2 with configurable depth — together with the spread. The candles endpoint returns recent OHLC candles at a granularity you choose, from one minute to one day, for charting and backtesting. Everything is Coinbase's live venue data, nothing stored. This is the Coinbase price-and-liquidity layer for any trading, charting, arbitrage, portfolio or market-data app. Live from Coinbase Exchange. Distinct from Binance and Kraken venue APIs and from aggregated price feeds — this is Coinbase's own order book and tape. 6 endpoints, no key on our side, real-time.
api.oanor.com/coinbase-api
Crypto Arbitrage API
Live crypto cross-exchange price comparison and arbitrage spread — the spot price of a coin on the major centralised exchanges at once, served straight from each exchange's public ticker. For any base coin it fetches the spot price from Binance, OKX, Bybit, KuCoin and Coinbase in parallel, returns the per-exchange price table, identifies the cheapest venue to buy and the most expensive to sell, and computes the spread between them — absolute and percentage — the headline cross-exchange arbitrage gap. Get the full price table, the best buy/sell opportunity, or the list of exchanges. Live, no key, no cache. Quotes are USDT (Binance/OKX/Bybit/KuCoin) or USD (Coinbase), within a few basis points. A price-discovery and arbitrage layer for trading, analytics and dashboard apps. Distinct from single-exchange price and OHLC APIs — this is the cross-exchange arbitrage view.
api.oanor.com/cryptoarbitrage-api
Luxembourg Stock Exchange API
Live equity market data for the Luxembourg Stock Exchange (LuxSE), one of Europe's leading listing venues, with quotes priced in EUR. Pull real-time quotes for specific listings — ArcelorMittal, ENGIE, RTL Group, Aperam, Reinet Investments and the rest of the equity board — with last price, day change percentage and absolute change, open, high, low, traded volume, market capitalisation and sector; run a ranked screener sorted by market cap, day change, volume or price; search the listings by company name; or read a market summary with the number of advancers, decliners and unchanged stocks, total market capitalisation and the day top gainer, top loser and most-active share. Distinct from other regional-exchange APIs on the marketplace — this surfaces the Luxembourg Stock Exchange equity board specifically.
api.oanor.com/luxembourg-stock-api
Cyprus Stock Exchange API
Live equity market data for the Cyprus Stock Exchange (CSE), the regulated securities market in Nicosia, all priced in EUR. Pull real-time quotes for specific listings — Bank of Cyprus, Eurobank, Vassiliko Cement, Demetra Holdings and the rest of the board — with last price, day change percentage and absolute change, open, high, low, traded volume, market capitalisation and sector; run a ranked screener sorted by market cap, day change, volume or price; search the listings by company name; or read a market summary with the number of advancers, decliners and unchanged stocks, total market capitalisation and the day top gainer, top loser and most-active share. Distinct from other regional-exchange APIs on the marketplace — this surfaces the Cyprus Stock Exchange specifically (not the Colombo CSE).
api.oanor.com/cyprus-stock-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Crypto Stocks Tracker API?
What's the rate limit for Crypto Stocks Tracker API?
How much does Crypto Stocks Tracker API cost?
Can I cancel my subscription anytime?
Is Crypto Stocks Tracker 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/cryptostocks-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/cryptostocks-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/cryptostocks-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/cryptostocks-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.