Returns a paginated list of cryptocurrencies with prices, market caps, 24h changes, and sparkline data. Use this to display coin listings, leaderboards, or market overviews.
From spec: Get a list of cryptocurrencies with filtering, sorting, and pagination. Returns coin details including price, market cap, rank, and 24h change.
Usage Tips
- Pagination uses cursor-based navigation with `limit` and `cursor` parameters
- Default limit is 50 coins per request
- Response includes sparkline data (24 price points) for charting
- Sort by `price`, `marketCap`, or `24hVolume` using the `orderBy` parameter
Parameters (11)
blockchains(string, query, optional)
Filter by blockchains (comma-separated)
cursor(string, query, optional)
Cursor for pagination (recommended method)
limit(integer, query, optional, default: 50)
Number of results to return (max 100 for free tier)