CoinPaprika crypto API overview
See also: Coverage Checker, Ticker endpoint, Historical OHLCV, Search, Price converter
Launch full REST API reference
Click here to access the complete REST API documentation with all endpoints, examples, and interactive playground.
Crypto price API and cryptocurrency data API
The CoinPaprika REST API provides comprehensive access to real-time cryptocurrency market data, historical prices, volumes, and market cap for over 50,000 assets across 350+ exchanges. Our REST API is designed with developers in mind, offering:- Simple HTTP requests - Use standard GET, POST methods
- JSON responses - Clean, structured data format
- Comprehensive coverage - From basic price data to detailed analytics
- High reliability - 99.9% uptime with enterprise-grade infrastructure
Popular crypto API endpoints
GET /tickers
Get ticker data for all active coins
GET /tickers/{id}
Get ticker data for a specific coin
GET /coins
List all available coins
GET /exchanges
List all supported exchanges
GET /coins/{id}/ohlcv
Get historical OHLCV data
GET /global
Get global market overview
Quick start
Our API is designed to be simple and intuitive. Here’s what you need to know:Base URL
All API endpoints use the following base URL (for free plan):Authentication
Most endpoints are available without authentication, but we recommend using an API key for:- Higher rate limits
- Premium features
- Priority support
Authorization header of your request:
Pro tip: Start with our free tier - no credit card required. You can make up to 1,000 requests per day without authentication.
Example request
Get the latest Bitcoin price with a simple GET request:CoinPaprika API support
API Playground
Test endpoints directly in your browser with our interactive playground.
SDK Libraries
Use our official SDKs for Python, JavaScript, PHP, and more.
Ready to go professional? Explore our API plans for higher rate limits, dedicated support, and advanced features.
FAQs
What is a crypto price API?
What is a crypto price API?
An HTTP API that returns real-time and historical cryptocurrency prices, volumes, and market cap. Use our REST endpoints for server-side and batch use cases.
Is the CoinPaprika crypto API free?
Is the CoinPaprika crypto API free?
Yes, there’s a free tier with generous limits. Paid plans unlock higher limits and more data history.
How do I get historical cryptocurrency data?
How do I get historical cryptocurrency data?
Use
GET /coins/{id}/ohlcv/historical and specify start, optional end, and interval.What rate limits apply?
What rate limits apply?
Limits vary by plan; see the Rate Limits section or the Pricing page. When exceeded, the API returns HTTP
429/402.Do you provide WebSocket data too?
Do you provide WebSocket data too?
Yes. Use the Streaming API for live ticks; REST covers request/response use cases.