CoinGecko Category Snapshot — Per-Coin Market Data avatar

CoinGecko Category Snapshot — Per-Coin Market Data

Pricing

$0.10 / 1,000 coingecko coin snapshot rows

Go to Apify Store
CoinGecko Category Snapshot — Per-Coin Market Data

CoinGecko Category Snapshot — Per-Coin Market Data

For each CoinGecko category ID (`layer-1`, `defi`, `meme-token`, `solana-ecosystem`, etc.), pull the full market list. One row per coin with price, market cap, 24h volume, % change, circulating/total/max supply, ATH/ATL. Uses the free public CoinGecko API.

Pricing

$0.10 / 1,000 coingecko coin snapshot rows

Rating

0.0

(0)

Developer

vøiddo

vøiddo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

CoinGecko Category Snapshot

For each CoinGecko category ID, pull the full coin list with prices, market caps, 24h volume + change, supply, and ATH/ATL. One row per coin. Free public API, no auth.

What you get

{
"category": "layer-1",
"vsCurrency": "usd",
"snapshotAt": "2026-06-02T10:45:11+00:00",
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"image": "https://coin-images.coingecko.com/coins/images/1/large/bitcoin.png",
"currentPrice": 69552,
"marketCap": 1393658679511,
"marketCapRank": 1,
"fdv": 1393658679511,
"totalVolume": 55519986061,
"high24h": 72665,
"low24h": 69294,
"priceChange24h": -3109.91,
"priceChangePct24h": -4.28,
"marketCapChange24h": -62206924319,
"circulatingSupply": 20037803,
"totalSupply": 20037803,
"maxSupply": 21000000,
"ath": 108342,
"athChangePct": -35.81,
"athDate": "2025-12-17T20:34:31.000Z",
"atl": 67.81,
"atlChangePct": 102484.21,
"atlDate": "2013-07-06T00:00:00.000Z",
"lastUpdated": "2026-06-02T10:45:00.000Z"
}

How to use

Input. A list of category IDs.

{
"categories": ["layer-1", "meme-token", "defi"],
"vsCurrency": "usd",
"maxCoinsPerCategory": 250,
"include24hChange": true
}

Get the full category list (~800 entries) from https://api.coingecko.com/api/v3/coins/categories/list. Common ones:

Category IDWhat
layer-1Base-layer blockchains (BTC, ETH, SOL, …)
defiDeFi tokens
meme-tokenMeme/community coins
ethereum-ecosystemERC-20 tokens
solana-ecosystemSPL tokens
gamingGameFi
real-world-assets-rwaRWA narrative
liquid-staking-tokensLSTs

Pricing

PAY_PER_EVENT · $0.0001 per coin_snapshot · 10 000 coins = $1.

Buyer

  • Crypto traders running daily sector-rotation reports.
  • Researchers building category-bound dashboards.
  • Anyone who currently copy-pastes from coingecko.com into a sheet.

Source

https://api.coingecko.com/api/v3/coins/markets — CoinGecko's free public tier. Soft cap ~10-30 calls/minute; actor paces 1s between pages.