# Crypto API - Price & Market Data API | CoinPaprika ## Docs - [API Plans](https://docs.coinpaprika.com/api-plans.md): Explore the different API plans offered by CoinPaprika to suit your needs, from hobbyist to enterprise-level. - [Get id changelog for all coins](https://docs.coinpaprika.com/api-reference/changelog/get-id-changelog-for-all-coins.md): Returns coin id changes made by coinpaprika.com moderators: * `currency_id` - current id of a coin * `old_id` - old coin id that has been replaced with a new one * `new_id` - new coin id that replaced the old one * `changed_at` - date of the change - [API ID mappings](https://docs.coinpaprika.com/api-reference/coins/api-id-mappings.md): The API ID Mappings endpoint allows you to map IDs from other cryptocurrency API providers to Coinpaprika API IDs. This is especially useful when you have provider-specific IDs and want to interact with the Coinpaprika API using its own standardized IDs. In addition to Coinpaprika's and other provid… - [Get coin by ID](https://docs.coinpaprika.com/api-reference/coins/get-coin-by-id.md): Returns detailed descriptive information about a single coin, without price or volume data. For price data, check the [/tickers](#operation/getTickers) and [/tickers/{coin_id}](#operation/getTickersById) endpoints. - [Get coin events by coin ID](https://docs.coinpaprika.com/api-reference/coins/get-coin-events-by-coin-id.md): Returns events for a given coin. - [Get exchanges by coin ID](https://docs.coinpaprika.com/api-reference/coins/get-exchanges-by-coin-id.md): Returns exchanges where a given coin is traded. - [Get historical OHLC](https://docs.coinpaprika.com/api-reference/coins/get-historical-ohlc.md): Returns Open/High/Low/Close values with volume and market capitalization for any date range. If the `end` date is the current day, data can change with every request until actual close of the day at 23:59:59" - [Get markets by coin ID](https://docs.coinpaprika.com/api-reference/coins/get-markets-by-coin-id.md): Returns all available markets for a given coin. - [Get OHLC for the last full day](https://docs.coinpaprika.com/api-reference/coins/get-ohlc-for-the-last-full-day.md): Returns Open/High/Low/Close values with volume and market capitalization for the last full day. - [Get today OHLC](https://docs.coinpaprika.com/api-reference/coins/get-today-ohlc.md): Returns Open/High/Low/Close values with volume and market capitalization for the current day. Data can change every each request until actual close of the day at 23:59:59. - [Get Twitter timeline tweets for a coin (DEPRECATED)](https://docs.coinpaprika.com/api-reference/coins/get-twitter-timeline-tweets-for-a-coin-deprecated.md): **THIS ENDPOINT HAS BEEN DEPRECATED AND WILL BE REMOVED.** Please refer to our API documentation for alternatives. - [List coins](https://docs.coinpaprika.com/api-reference/coins/list-coins.md): Returns basic information about cryptocurrencies on coinpaprika.com: * identity (`id`, `name`, `symbol`) * ranking (`rank`) * activity status (`is_active`) * type of cryptocurrency (`type`) - `coin` or `token` * information whether the currency is new (`is_new`) - true if the currency was added with… - [Get all contract addressess for a given platform](https://docs.coinpaprika.com/api-reference/contracts/get-all-contract-addressess-for-a-given-platform.md): Returns all available contracts for a given platform on coinpaprika.com. - [List contracts platforms](https://docs.coinpaprika.com/api-reference/contracts/list-contracts-platforms.md): Returns all available contract platforms on coinpaprika.com. - [Redirect to historical ticks by contract address](https://docs.coinpaprika.com/api-reference/contracts/redirect-to-historical-ticks-by-contract-address.md): Returns [historical ticks](#operation/getTickersHistoricalById) for a contract with a given address. - [Redirect to Ticker by contract address](https://docs.coinpaprika.com/api-reference/contracts/redirect-to-ticker-by-contract-address.md): Returns [ticker](#operation/getTickersById) data for a contract with a given address. - [Get exchange by ID](https://docs.coinpaprika.com/api-reference/exchanges/get-exchange-by-id.md): Returns basic information about a given exchange on coinpaprika.com: * identity (`id`, `name`) * ranking * activity status * number of currencies, markets * volumes * etc. - [List an exchange markets](https://docs.coinpaprika.com/api-reference/exchanges/list-an-exchange-markets.md): Returns list of all available markets on a given exchange on coinpaprika.com: * base, quote coin names/symbols, market url * market type * activity and outlier status * price and volume * etc. - [List exchanges](https://docs.coinpaprika.com/api-reference/exchanges/list-exchanges.md): Returns basic information about exchanges on coinpaprika.com: * identity (`id`, `name`) * ranking * activity status * number of currencies, markets * volumes * etc. - [Get market overview data](https://docs.coinpaprika.com/api-reference/global/get-market-overview-data.md): Returns current cryptocurrencies market overview metrics, such as: * Global market capitalization * Total 24h volume of all cryptocurrencies * Number of active cryptocurrencies on coinpaprika.com * ATH of 24h volume and market capitalization * and more - [Get API key info](https://docs.coinpaprika.com/api-reference/key/get-api-key-info.md): Returns API key information: * Name of the API key plan * When the plan started * A flag indicating if the plan is active * Link to the API user portal * Monthly usage - [Get person by ID](https://docs.coinpaprika.com/api-reference/people/get-person-by-id.md): Returns information about a person with the specified ID, related to the cryptocurrency market. Using this endpoint you can get a description of the person, social media links, number of teams she or he is involved in and the positions in those teams. - [Getting started](https://docs.coinpaprika.com/api-reference/rest-api/introduction.md) - [Your First Crypto Stream in 5 Minutes](https://docs.coinpaprika.com/api-reference/streaming-api/streaming-api-tutorial.md): A step-by-step guide to connecting to the CoinPaprika Streaming API and receiving live ticker data in less than 5 minutes. - [Streaming API Introduction](https://docs.coinpaprika.com/api-reference/streaming-api/streaming-introduction.md): High-frequency cryptocurrency data via WebSocket - [Get tag by ID](https://docs.coinpaprika.com/api-reference/tags/get-tag-by-id.md): Returns information about a given cryptocurrency tag: * name * description * type of tag: `technical` or `functional` * number of coins with the tag * number of ICOs with the tag - [List tags](https://docs.coinpaprika.com/api-reference/tags/list-tags.md): Returns basic information about cryptocurrencies tags (categories): * name * description * type of tag: `technical` or `functional` * number of coins with the tag * number of ICOs with the tag - [Get historical ticks for a specific coin](https://docs.coinpaprika.com/api-reference/tickers/get-historical-ticks-for-a-specific-coin.md): Returns historical values of `price`, `volume_24h`, `market_cap` for a given cryptocurrency on coinpaprika.com: - [Get ticker by ID (DEPRECATED)](https://docs.coinpaprika.com/api-reference/tickers/get-ticker-by-id-deprecated.md): **THIS ENDPOINT HAS BEEN DEPRECATED AND WILL BE REMOVED.** Please use the new `/tickers/{coin-id}` endpoint instead. - [Get ticker for a specific coin](https://docs.coinpaprika.com/api-reference/tickers/get-ticker-for-a-specific-coin.md): Returns price data of a single cryptocurrency on coinpaprika.com: * identity (`id`, `name`, `symbol`) * ranking (`rank`) * supplies (`circulating_supply`, `total_supply`, `max_supply`) * [beta coefficient](https://www.investopedia.com/terms/b/beta.asp) (`beta_value`) * price data in a given currency… - [Get ticker information for all coins (DEPRECATED)](https://docs.coinpaprika.com/api-reference/tickers/get-ticker-information-for-all-coins-deprecated.md): **THIS ENDPOINT HAS BEEN DEPRECATED AND WILL BE REMOVED.** Please use the new `/tickers` endpoint instead. - [Get tickers for all active coins](https://docs.coinpaprika.com/api-reference/tickers/get-tickers-for-all-active-coins.md): Returns price data of all active cryptocurrencies on coinpaprika.com: * identity (`id`, `name`, `symbol`) * ranking (`rank`) * supplies (`circulating_supply`, `total_supply`, `max_supply`) * [beta coefficient](https://www.investopedia.com/terms/b/beta.asp) (`beta_value`) * price data in a given curr… - [Price converter](https://docs.coinpaprika.com/api-reference/tools/price-converter.md): Converts a set amount of base currency to quote currency. - [Search](https://docs.coinpaprika.com/api-reference/tools/search.md): Returns currencies, exchanges, icos, people, tags on coinpaprika.com for a given search query. - [/ticks](https://docs.coinpaprika.com/api-reference/websockets/ticks.md) - [Changelog](https://docs.coinpaprika.com/changelog.md) - [CoinPaprika Claude Code plugin](https://docs.coinpaprika.com/claude-code-plugin.md): Install the CoinPaprika Claude Code plugin with two commands. Access real-time crypto prices, market data, and exchange information directly in Claude Code. - [CoinPaprika CLI -- crypto data from your terminal](https://docs.coinpaprika.com/cli.md): Install the CoinPaprika CLI with one command. Query coin prices, market data, OHLCV history, exchanges, and more from your terminal. Supports macOS, Linux, and Windows. - [On-chain & DEX data](https://docs.coinpaprika.com/dexpaprika.md) - [Frequently asked questions](https://docs.coinpaprika.com/faq.md) - [CoinPaprika Crypto API — REST Reference](https://docs.coinpaprika.com/get-started/api-rest-introduction.md): Crypto API for developers: real-time cryptocurrency prices, market data, and historical data via REST. Build with CoinPaprika's reliable crypto data API. - [Go SDK](https://docs.coinpaprika.com/get-started/sdk-go.md): Official CoinPaprika API Go client library - [JavaScript SDK](https://docs.coinpaprika.com/get-started/sdk-javascript.md): Official CoinPaprika API Node.js client library - [Kotlin SDK](https://docs.coinpaprika.com/get-started/sdk-kotlin.md): Official CoinPaprika API Kotlin/Android client building blocks - [PHP SDK](https://docs.coinpaprika.com/get-started/sdk-php.md): Official CoinPaprika API PHP client library - [Python SDK](https://docs.coinpaprika.com/get-started/sdk-python.md): Official CoinPaprika API Python client library - [Rust SDK](https://docs.coinpaprika.com/get-started/sdk-rust.md): Official CoinPaprika API Rust client library - [Swift SDK](https://docs.coinpaprika.com/get-started/sdk-swift.md): Official CoinPaprika API Swift client library - [CoinPaprika Crypto API — Price & Market Data for Developers](https://docs.coinpaprika.com/index.md): Real-time cryptocurrency market data API: prices, volume, market cap, and historical data via REST & WebSocket. Build with CoinPaprika's reliable crypto API. - [Connect Claude Desktop or Cursor](https://docs.coinpaprika.com/mcp-connect-claude-cursor.md): Step-by-step guide to connect your AI development environment to the CoinPaprika MCP Server for real-time cryptocurrency data access - [CoinPaprika Crypto MCP Server](https://docs.coinpaprika.com/mcp-introduction.md): Access real-time cryptocurrency data in Claude, Cursor, and other MCP-compatible tools through our hosted MCP server - [JSON-RPC Usage Guide](https://docs.coinpaprika.com/mcp-json-rpc-usage.md): Quick guide to make direct API calls to the CoinPaprika MCP Server using JSON-RPC - [Install CoinPaprika agent skills](https://docs.coinpaprika.com/skills.md): Add the CoinPaprika skill to Claude Code, Cursor, or any compatible AI agent with one command. Gives your agent full knowledge of the CoinPaprika REST API, CLI, and SDKs. - [Coverage checker - Check if an asset exists in CoinPaprika's dataset](https://docs.coinpaprika.com/tools/coverage.md): Use this tool to quickly verify whether an asset exists in CoinPaprika's dataset. Enter a contract address, token name, or ticker symbol; we’ll search our coverage and show the closest matches. ## OpenAPI Specs - [openapi](https://docs.coinpaprika.com/api-reference/rest-api/openapi.yml) ## AsyncAPI Specs - [asyncapi](https://docs.coinpaprika.com/api-reference/streaming-api/asyncapi.yml) ## Optional - [API Playground](https://docs.coinpaprika.com/api-reference/rest-api/introduction) - [Discord Community](https://discord.gg/DhJge5TUGM) - [CoinPaprika](https://coinpaprika.com) - [CoinPaprika on X](https://x.com/coinpaprika)