COINCAP API home pagelight logodark logo
  • Support
  • Home
  • Home
Documentation
API Reference
  • Methodology
  • Community
  • API Documentation
    • Introduction
    • Request API Key
    • Limits and Usage
    • Headers and Request Format
    • Codes and Error Responses
    • Available Endpoints
    Asset
    • GET
      Get assets
    • GET
      Get assets by id
    • GET
      Retrieve historical data for a cryptocurrency
    • GET
      Retrieve Market Information
    Candle
    • GET
      Get market candles
    Exchanges
    • GET
      Get all exchanges
    • GET
      Get exchange by ID
    Markets
    • GET
      Get market data
    Rates
    • GET
      Get all rates
    • GET
      Get rate by ID
    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.

    ​
    Rates Endpoints

    GET /rates

    List all available currency rates.

    GET /rates/all

    Retrieve all currency rates data.

    GET /rates/{id}

    Fetch details for a specific currency rate.

    Codes and Error ResponsesGet assets
    xgithub
    Powered by Mintlify
    On this page
    • Asset Data Endpoints:
    • Candle Endpoints
    • Exchange Endpoints
    • Market Endpoints
    • Rates Endpoints
    Assistant
    Responses are generated using AI and may contain mistakes.