Coingecko Crypto Intelligence
Pricing
Pay per usage
Go to Apify Store
Coingecko Crypto Intelligence
Pricing
Pay per usage
Rating
0.0
(0)
Developer

viralanalyzer
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Real-time cryptocurrency market data from CoinGecko public API.
Modes
- Market: Top coins by market cap with full metrics
- Trending: Currently trending coins (24h)
- Coins: Specific coins by CoinGecko ID with detailed data
Output Fields
| Field | Type | Description |
|---|---|---|
| coinId | string | CoinGecko coin identifier |
| symbol | string | Ticker symbol (BTC, ETH, SOL) |
| name | string | Full coin name |
| currentPrice | number | Current price in target currency |
| marketCap | number | Total market capitalization |
| marketCapRank | number | Rank by market cap |
| totalVolume | number | 24h trading volume |
| priceChange24h | number | Absolute price change (24h) |
| priceChangePercent24h | number | Percentage price change (24h) |
| priceChangePercent7d | number | Percentage price change (7d) |
| priceChangePercent30d | number | Percentage price change (30d) |
| ath | number | All-time high price |
| athChangePercent | number | % from ATH |
| atl | number | All-time low price |
| atlChangePercent | number | % from ATL |
| circulatingSupply | number | Coins in circulation |
| totalSupply | number | Total supply |
| maxSupply | number | Maximum supply (null if unlimited) |
| fullyDilutedValuation | number | Fully diluted market cap |
| imageUrl | string | Coin logo URL |
| currency | string | Target currency used |
| platform | string | Always "coingecko" |
| scrapedAt | string | ISO timestamp |