Overview
Returns real-time price, volume, market cap, and percentage change data for all cryptocurrencies. This is one of the most commonly used endpoints for getting current market data.Usage
Parameters
Maximum number of tickers to return
Currency quotes, comma-separated (e.g.,
USD, BTC, USD,BTC,EUR)Output format:
table or jsonShow raw JSON response without wrapper metadata
Examples
Get top 20 tickers
Get tickers with multiple quote currencies
Get tickers in JSON format
Get top 100 tickers with raw JSON
Example Output
Table Format
JSON Format
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique coin identifier |
name | string | Coin name |
symbol | string | Coin symbol/ticker |
rank | integer | Market cap rank |
circulating_supply | number | Circulating supply |
total_supply | number | Total supply |
max_supply | number | Maximum supply |
beta_value | number | Beta coefficient vs Bitcoin |
quotes.{currency}.price | number | Current price in quote currency |
quotes.{currency}.volume_24h | number | 24-hour trading volume |
quotes.{currency}.market_cap | number | Market capitalization |
quotes.{currency}.percent_change_24h | number | Price change in last 24h |
quotes.{currency}.percent_change_7d | number | Price change in last 7 days |
quotes.{currency}.ath_price | number | All-time high price |
quotes.{currency}.ath_date | string | Date of all-time high |
API Endpoint
Related Commands
- ticker-detail - Get ticker for a specific coin
- global - Get global market overview
- coins-list - List all coins