coinbase.com API: get_top_losers
coinbase.com via Parse · crypto_web3
Get coins with the lowest percent change, sorted by biggest losers 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_losers
- Interface artifact
- sha256:2f9f9ca01d2e70f0eb33b4c4d858a765da6fbe964e301153cbfdfb9a242850b0
- Manifest digest
- sha256:071a070fc83eab935a056c0a4f7ef62e544d46e27ac73cf82ad0ddd6bd0eeb60
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"}