API Documentation
Available Endpoints
The CoinCap API offers several endpoints for different use cases. Below is a high-level overview of some of the most commonly used ones
Asset Data Endpoints:
GET /assets
List all assets with data like price, volume, and supply.
GET /assets/{id}
Retrieve detailed data for a specific asset.
GET /assets/{id}/history
Get historical market data for a specific asset.
GET /assets/{id}/market
Retrieve detailed market information for a specific asset.
Candle Endpoints
GET /candles
Fetch available candle data for supported markets.
GET /candles/market
Retrieve candle data for a specific market.
Exchange Endpoints
GET /exchanges
List all exchanges and their details.
GET /exchanges/all
Retrieve information about all available exchanges.
GET /exchanges/{id}
Fetch detailed information for a specific exchange.
Market Endpoints
GET /markets
Retrieve general market data for all assets.
GET /markets/data
Get detailed market data for specific markets.