Crypto Losers Tracker avatar
Crypto Losers Tracker

Pricing

$0.50 / 1,000 results

Go to Apify Store
Crypto Losers Tracker

Crypto Losers Tracker

Discover and analyze the worst performering coins in the cryptocurrency market with the Crypto Losers Tracker.

Pricing

$0.50 / 1,000 results

Rating

0.0

(0)

Developer

Jacob

Jacob

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

1

Monthly active users

9 months ago

Last modified

Share

Top Crypto Losers

Track cryptocurrency losers with this actor that fetches detailed price performance data from CoinMarketCap.

Features

  • Track top losers 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 Losers 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.