Market data as a service · crypto · stocks · FX
AsherCore is the market-data layer behind the whole Asher platform — OHLCV candles, live prices, funding rates, order books and a full instrument catalog across crypto, equities and forex. Sourced and served from our own platform, with deep history and every timeframe. One clean REST endpoint, one key, no exchange accounts to wire up.
// Press Run to hit the live AsherCore API…
↑ A live call to the production API — same endpoint your key unlocks. Data from our own platform; no exchange keys, nothing to install.
Coverage
We already run a multi-venue ingest pipeline, a read-through candle cache and a normalized instrument catalog to power our own charts and backtester. AsherCore opens that same infrastructure as an API.
Why AsherCore
Every response comes from our warm, read-through store — not a live exchange proxy. That means it's fast, rate-stable, and won't 451/geo-block your servers. The data that runs our platform runs yours.
Candles at the native base interval, resampled on read to any timeframe from 1m to 1W. Scroll-back pagination reaches years of history via a single cursor.
Crypto, equities and forex all return the same normalized JSON — {time,open,high,low,close,volume} — with provenance tags so you always know the source.
Latest mids, quotes, perpetual funding rates and a funding radar — the derivatives context most candle APIs leave out.
Sign up, grab your key, pass it as a header or query param. No OAuth dance, no per-exchange credentials, no SDK required — it's just HTTPS + JSON.
Enumerate the whole tradable universe, or hit the screener for a ranked, filtered slice — perfect for building watchlists and discovery UIs.
The API
Everything is GET, returns JSON, and is rate-limited by your plan. Base URL https://ashercore.com.
?coin=BTC&interval=1h&limit=500. Paginate older history with &before=<unix>; multi-venue via &venue=.?coin=ETH./api/market/funding-radar for a ranked cross-venue view.Full parameters, response shapes and rate limits in the docs →
Quickstart
# Latest 500 hourly BTC candles curl "https://ashercore.com/api/market/candles?coin=BTC&interval=1h&limit=500" \ -H "Authorization: Bearer YOUR_ASHERCORE_KEY"
Pricing
Every plan runs the same endpoints and the same data. You pay for volume, rate limits and history depth — priced to sit below the incumbents.
Prototype and evaluate, free.
For a single app in production.
For products with real traffic.
For desks & data-heavy platforms.
⚡ Need bulk history dumps, a private deployment, or an SLA? Talk to us about Enterprise →
Prices in USD, billed monthly. No card required to start on Sandbox.
| Provider | Entry paid plan | Multi-asset | Own data source |
|---|---|---|---|
| AsherCore | $29 / mo | Crypto · Stocks · FX | Yes — our platform |
| Polygon.io | $29–79 / mo (per asset class) | Separate plans | Aggregated |
| CoinAPI | ~$79 / mo | Crypto only | Aggregated |
| CoinGecko API | ~$129 / mo | Crypto only | Aggregated |
| Kaiko / Amberdata | Enterprise quote | Crypto focus | Aggregated |
Competitor prices are indicative list prices for comparison and may change — check each provider for current terms. AsherCore's edge: one key spans every asset class, and the data is served from infrastructure we own end-to-end.