
Crypto Gainers Tracker
Try for free
Pay $0.50 for 1,000 results
Go to Store

Crypto Gainers Tracker
websift/crypto-gainers-tracker
Try for free
Pay $0.50 for 1,000 results
Discover and analyze the top performers in the cryptocurrency market with the Crypto Gainers Tracker.
Developer
Maintained by Community
Actor Metrics
2 monthly users
No reviews yet
1 bookmark
>99% runs succeeded
Created in Feb 2025
Modified a month ago
Categories
CoinMarketCap Spotlight Crawler
Track cryptocurrency gainers with this actor that fetches detailed price performance data from CoinMarketCap's.
Features
- Track top gainers in cryptocurrency markets
- Flexible timeframe options (1 hour to 30 days)
- Customizable ranking range
- Detailed price change metrics
- Market cap and volume data
- Timestamp conversion for easy integration
- Sortable results (ascending/descending)
Example Usage
Track Top 100 Gainers in Last 24 Hours
1{ 2 "rankRange": 0, // '0' To show all coins 3 "timeframe": "24h", // Select from ['1h', '24h', '7d', '30d'] 4 "order_by": "Desc" // Select from ['Desc', 'Asc'] 5}
Example Output
1[ 2 { 3 "id": "1", 4 "name": "Bitcoin", 5 "symbol": "BTC", 6 "slug": "bitcoin", 7 "rank": 1, 8 "status": "active", 9 "marketCap": 859259631.10, 10 "selfReportedMarketCap": 1326048458.8459216000000000, 11 "price": 45000.75, 12 "priceChange1h": 1.2, 13 "priceChange24h": -2.5, 14 "priceChange7d": 5.8, 15 "priceChange30d": 10.4, 16 "volume24h": 25000000000, 17 "lastUpdate": "2024-02-12T15:30:00.000Z", 18 "lastUpdateTimestamp": 1707665400 19 } 20]
Limitations
- Maximum rank range between 60 - 500 coins // Select '0' to show all coins
- Limited to four timeframe options
- Self-reported market cap may not be available for all coins
Error Handling
The actor includes robust error handling for:
- Invalid rank ranges
- Unsupported timeframes
- Invalid sort orders
- Malformed timestamps
- Missing or incomplete data fields
Each error triggers a clear exception with details about the issue and how to resolve it.
Support
For issues, feature requests, or questions about this actor, please create an issue.