Paid Feature — Requires Business plan or higherView pricing · Set API key
Overview
Retrieve comprehensive mappings between CoinPaprika coin IDs and identifiers from other major crypto data platforms (CoinMarketCap, CoinGecko, Messari, etc.).Usage
Options
Output format:
table or jsonJSON output without
_meta wrapper (for scripts/piping)Examples
Get all mappings
JSON output for data integration
Find CoinGecko ID for Bitcoin
Convert between platform IDs
Response Structure
The response is an array of mapping objects, where each object contains:CoinPaprika coin ID (e.g.,
btc-bitcoin)CoinGecko coin ID (e.g.,
bitcoin)CoinMarketCap coin ID (numeric, e.g.,
1 for Bitcoin)Messari asset slug
LiveCoinWatch identifier
Available mapping fields may vary depending on data availability for each coin
API Endpoint
Use Cases
Data Integration
Sync data between multiple crypto data providers
Multi-Source Validation
Cross-reference data from different platforms
Platform Migration
Migrate from one data provider to CoinPaprika
ID Translation
Translate coin IDs in existing datasets
Plan Requirements
Related Commands
changelog
Track coin ID changes over time
key-info
Check your API key and plan
Notes
- Mappings are updated regularly as new coins are added
- Not all coins have mappings to all platforms
- Contact support to request missing mappings
- Data is returned as a large JSON array (several MB)