Coinbase: List Coins
Coinbase via Parse · crypto_web3
List coins with flexible sorting (by rank, percent_change, market_cap, or volume) and ordering. Returns paginated results with price and market data. Use sort and order to control ranking. Extract cryptocurrency market data from Coinbase including top gainers, top losers, and ranked coin listings with price changes across multiple time periods. Fulfilled by Parse from coinbase.com.
- coinbase
- coinbase-com
- crypto-web3
- finance
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- crypto_web3
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/48ffd0a1-24c2-4fc7-ac88-1b9966606c10/list_coins
- Interface artifact
- sha256:e9ff5364983b801f921434ff513fe78dc33be4e5882fcdb5bf2f5f6d4bcd752e
- Manifest digest
- sha256:2ed7002eb55598f1e6c6decdb63762947bb29313e30fd92c15b7762ab2454223
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort field for ordering coins.: Allowed values: rank, percent_change, market_cap, volume
- limit (integer): Number of coins per page.
- order (string): Sort order for results.: Allowed values: asc, desc
- filter (string): Filter type for coin listing.: Allowed values: all, listed
- currency (string): Quote currency for prices (e.g. USD, EUR).
- resolution (string): Time period for percent change calculation.: Allowed values: hour, day, week, month, year
Example queries
- {"page":"1","sort":"rank","limit":"5","order":"asc","filter":"all","currency":"USD","resolution":"hour"}