Overview
Returns a list of all coins available on CoinPaprika with basic information including ID, name, symbol, rank, and status.Usage
Parameters
Maximum number of results to return
Output format:
table or jsonShow raw JSON response without wrapper metadata
Examples
List first 10 coins
List coins in JSON format
List first 50 coins with raw JSON
Example Output
Table Format
JSON Format
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique coin identifier (e.g., btc-bitcoin) |
name | string | Coin name |
symbol | string | Coin symbol/ticker |
rank | integer | Market cap rank |
is_new | boolean | Whether the coin is newly listed |
is_active | boolean | Whether the coin is currently active |
type | string | Type of asset (coin or token) |
API Endpoint
Related Commands
- coin-detail - Get detailed coin information
- tickers-list - List all tickers with price data
- coin-markets - Get markets for a coin