CoinAPI - REST
All cryptocurrency exchanges integrated under a single API
3 subscribers
22 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
CoinAPI - REST endpoints
| Method | Endpoint | Description |
|---|---|---|
| OHLCV | ||
| GET |
OHLCV List all periods /v1/ohlcv/periods |
Get full list of supported time periods available for requesting OHLCV timeseries data. |
| GET |
OHLCV latest data /v1/ohlcv/{symbol_id}/latest |
Get OHLCV latest timeseries data for requested symbol and period, returned in time descending order. |
| GET |
OHLCV historical data /v1/ohlcv/{symbol_id}/history |
Get OHLCV timeseries data for requested symbol and period, returned in time ascending order. |
| Trades | ||
| GET |
All latest trade data /v1/trades/latest |
Get latest trades from all symbols up to 1 minute ago. Latest data is always returned in time descending order. |
| GET |
Latest trade data - specific symbol /v1/trades/{symbol_id}/latest |
Get latest trades from a specific symbol without time limitation. Latest data is always returned in time descending order. |
| Quotes | ||
| GET |
Quotes current data /v1/quotes/current |
Get current quotes for all symbols |
| GET |
Quotes historical data /v1/quotes/{symbol_id}/history |
Get historical quote updates within requested time range, returned in time ascending order. |
| Orderbooks | ||
| GET |
Orderbook historical data /v1/orderbooks/{symbol_id}/history |
Get historical orderbook snapshots for a specific symbol within time range, returned in time ascending order. |
| Other endpoints | ||
| GET |
List all assets /v1/assets |
Get detailed list of assets. |
| GET |
List all symbols /v1/symbols |
Get detailed list of all symbols. |
| GET |
Get specific rate /v1/exchangerate/{asset_id_base}/{asset_id_quote} |
Get exchange rate between pair of requested assets at specific or current time. |
| GET |
Get all current rates /v1/exchangerate/{asset_id_base} |
Get the current exchange rate between requested asset and all other assets. |
| GET |
Trade historical data /v1/trades/{symbol_id}/history |
Get history transactions from specific symbol, returned in time ascending order. |
| GET |
Quotes current data - specific symbol /v1/quotes/{symbol_id}/current |
Get current quotes for a specific symbol |
| GET |
Quotes latest data /v1/quotes/latest |
Get latest quote updates up to 1 minute ago. Latest data is always returned in time descending order. |
| GET |
Quotes latest data - specific symbol /v1/quotes/{symbol_id}/latest |
Get updates for a specific symbol without time limit. Latest data is always returned in time descending order. |
| GET |
Orderbook current data /v1/orderbooks/current |
Get current orderbook snapshot for all symbols |
| GET |
Orderbook current data - specific symbol /v1/orderbooks/{symbol_id}/current |
Get current orderbook snapshot for a specific symbol |
| GET |
Orderbook latest data /v1/orderbooks/{symbol_id}/latest |
Get latest orderbook snapshots for a specific symbol, returned in time descending order. |
| GET |
Twitter Latest data /v1/twitter/latest |
Get latest tweets related to cryptocurrency markets, returned in time descending order. |
| GET |
Twitter historical data /v1/twitter/history |
Get historical tweets related to cryptocurrency markets, returned in time ascending order. |
| GET |
List all exchanges /v1/exchanges |
Get a detailed list of exchanges provided by the system. |
CoinAPI - REST pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $26 / month | — |
|
| PRO | $79 / month | — |
|
| ULTRA | $249 / month | — |
|
| MEGA | $599 / month | — |
|