November 13, 2025

Does CoinAPI Provide Historical Market Data for Delisted or Inactive Cryptocurrencies?

featured image

Yes. CoinAPI stores historical market data for delisted and inactive cryptocurrencies as long as those assets were active on an exchange at any time during the collection period. Even after an asset is delisted, its complete trade, quote, and order-book history remains accessible through CoinAPI’s Market Data REST API and Flat Files archives.

Every asset listed on an exchange is tracked via the /v1/assets endpoint.

Once a coin becomes inactive or delisted, it remains in the metadata registry but is flagged as inactive.

Developers can still query:

  • data_trade_start/data_trade_end – start and end timestamps for all trades recorded
  • data_orderbook_start/data_orderbook_end – visibility into when order book updates were last captured
  • type_is_crypto – confirms whether the asset was a cryptocurrency
  • chain_addresses – provides blockchain contract addresses for matchability with on-chain data

Example:

1{
2  "asset_id": "LUNA",
3  "name": "Terra Classic",
4  "type_is_crypto": 1,
5  "data_trade_start": "2019-04-30",
6  "data_trade_end": "2022-05-13",
7  "data_orderbook_end": "2022-05-13",
8  "price_usd": null}

Even though Terra (LUNA) was delisted, its trade and order-book timelines remain retrievable for all active periods.

For long-term storage and research, CoinAPI’s Flat Files provide S3-compatible bulk downloads of:

  • Trades
  • Quotes
  • Full Limit Order Book (L2 and L3) snapshots
  • OHLCV aggregates (coming soon)

Each dataset is organized by date, exchange, and symbol, so once a coin is delisted, users can still download its complete file history for any previous date.

Example structure:

1/T-TRADES/D=20220412/E=BINANCE/IDDI=1234+SC=BINANCE_SPOT_LUNA_USDT+S=LUNA_USDT.csv.gz

This structure allows quants to backtest or retrain models on full tick-level data, even for pairs that no longer exist.

If you prefer not to handle raw S3 files, you can query historical OHLCV and trade endpoints directly:

1GET /v1/ohlcv/BINANCE_SPOT_LUNA_USDT/history?period_id=1DAY&time_start=2021-01-01

The response includes all periods within the valid data_trade_start and data_trade_end range, regardless of whether the asset is currently active.

Delisted assets are valuable data for:

  • Survivorship bias analysis in backtests
  • Failure prediction models based on liquidity collapse
  • Portfolio risk simulations under extreme market events
  • AI retraining to detect early signs of delisting

By preserving delisted data, CoinAPI helps researchers maintain historical completeness and reproducibility, key for quantitative credibility.

You can access historical data for delisted cryptocurrencies through CoinAPI’s Market Data API or Flat Files. The Market Data API lets you query trades, quotes, and OHLCV data for any period when the asset was active. Flat Files provide bulk daily archives in CSV format, accessible via S3 endpoints, ideal for complete backtests.

CoinAPI’s Market Data REST API maintains price, volume, and order-book history for any asset that was ever listed on a supported exchange. Even after delisting, all collected data remains available for retrieval.

Yes. Inactive or delisted pairs are still queryable by their symbol identifiers. The /v1/assets endpoint will show their data_trade_start and data_trade_end timestamps, defining the period when data exists.

Most public exchange APIs delete delisted pairs. CoinAPI is one of the few providers that preserve historical continuity, storing trade and quote data long after exchanges stop publishing updates.

Use the Flat Files API, which contains daily gzip-compressed CSVs of order-book snapshots and updates. These files can be retrieved by date, exchange, and symbol, ensuring you can reconstruct full depth for delisted pairs.

CoinAPI’s Trades and Limit Book Flat Files provide tick-by-tick data, including timestamps, prices, volumes, and taker/maker identifiers. These datasets allow replaying historical market conditions for any symbol, active or not.

CoinAPI provides archival access to all collected market data, regardless of an asset’s current status. Each file remains permanently stored and indexed by exchange and date, ensuring no data loss even after a project disappears.

You can use:

1GET /v1/trades/{symbol_id}/history?time_start=YYYY-MM-DD

or directly download the relevant Flat File for that symbol and date.

If your strategy depends on data continuity, don’t let delisted tokens break your models.

Explore CoinAPI’s Market Data API and Flat Files to access complete historical datasets, including inactive and delisted cryptocurrencies, for accurate research, backtesting, and AI model training.

background

Stay up-to-date with the latest CoinApi News.

By subscribing to our newsletter, you accept our website terms and privacy policy.

Recent Articles

Crypto API made simple: Try now or speak to our sales team