coinbase.com API: get_top_gainers
coinbase.com via Parse · crypto_web3
Get coins with the highest percent change, sorted by biggest gainers first. Returns price, percent changes across multiple time periods, market cap, and volume for each coin. Paginates by page number. 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-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/get_top_gainers
- Interface artifact
- sha256:5c3edd94244af4be351515ad7b218648e9fddda8a682e55b0866665ae525430b
- Manifest digest
- sha256:f6412b861d23fa900e14eeb432a520cc77236d2b9201c80f4f7df83c3a87d023
Request fields
- page (integer): Page number for pagination.
- limit (integer): Number of coins per page.
- 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 sorting by percent change.: Allowed values: hour, day, week, month, year
Example queries
- {"page":"1","limit":"5","filter":"all","currency":"USD","resolution":"hour"}