Summary: Get coins market data Operation ID: getCoinsMarkets Auth: none
Get market data for multiple coins in a list format — prices, market caps, volume, price change percentages, and sparkline charts. Ideal for building portfolio trackers, price tables, or market overviews. Supports filtering by specific coins (ids parameter) or getting top coins by market cap. Results can be sorted and paginated.
Original spec description
Get market data for multiple coins including price, market cap, volume, and price change.
Usage Tips
- Default returns top 100 coins by market cap — no `ids` parameter needed for market overview
- `vs_currency` is required — specifies the price currency (usd, eur, btc, etc.)
- `order` controls sorting: market_cap_desc, market_cap_asc, volume_desc, volume_asc
- `per_page` max is 250 — use pagination for larger datasets
- Set `sparkline=true` to get 7-day price mini-charts (useful for UI sparklines)