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

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):
https://api.coinpaprika.com/v1/
For paid plans, the base URL is:
https://api-pro.coinpaprika.com/v1/

Authentication

Most endpoints are available without authentication, but we recommend using an API key for:
  • Higher rate limits
  • Premium features
  • Priority support
To authenticate, include your API key as a Bearer token in the Authorization header of your request:
curl -H "Authorization: Bearer YOUR_API_KEY" "https://api-pro.coinpaprika.com/v1/users/me"
Pro tip: Start with our free tier - no credit card required. You can make up to 1,000 requests per day without authentication.
You can get your API key by checking out our pricing page.

Example request

Get the latest Bitcoin price with a simple GET request:
curl "https://api.coinpaprika.com/v1/tickers/btc-bitcoin"

Need help getting started?

Ready to go professional? Explore our API plans for higher rate limits, dedicated support, and advanced features.