Ready to explore the full API?
Launch full REST API reference
Click here to access the complete REST API documentation with all endpoints, examples, and interactive playground.
Welcome to CoinPaprika REST API
The CoinPaprika REST API provides comprehensive access to cryptocurrency market data, historical information, and real-time updates for over 50,000 crypto 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 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:Need help getting started?
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.