Crypto Gainers Tracker avatar
Crypto Gainers Tracker

Pricing

$0.50 / 1,000 results

Go to Store
Crypto Gainers Tracker

Crypto Gainers Tracker

Developed by

Jacob

Jacob

Maintained by Community

Discover and analyze the top performers in the cryptocurrency market with the Crypto Gainers Tracker.

0.0 (0)

Pricing

$0.50 / 1,000 results

1

Total users

7

Monthly users

4

Runs succeeded

>99%

Last modified

3 months ago

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

{
"rankRange": 0, // '0' To show all coins
"timeframe": "24h", // Select from ['1h', '24h', '7d', '30d']
"order_by": "Desc" // Select from ['Desc', 'Asc']
}

Example Output

[
{
"id": "1",
"name": "Bitcoin",
"symbol": "BTC",
"slug": "bitcoin",
"rank": 1,
"status": "active",
"marketCap": 859259631.10,
"selfReportedMarketCap": 1326048458.8459216000000000,
"price": 45000.75,
"priceChange1h": 1.2,
"priceChange24h": -2.5,
"priceChange7d": 5.8,
"priceChange30d": 10.4,
"volume24h": 25000000000,
"lastUpdate": "2024-02-12T15:30:00.000Z",
"lastUpdateTimestamp": 1707665400
}
]

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.