Coingecko Crypto Stats
Pricing
$2.00 / 1,000 coin market data
Coingecko Crypto Stats
Fetch live cryptocurrency market data (price, market cap, volume, supply, ATH/ATL, price change) for one or many coins from the official CoinGecko v3 API.
Pricing
$2.00 / 1,000 coin market data
Rating
0.0
(0)
Developer
Bruno Finger
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Share
Fetch live cryptocurrency market data for one or many coins from the official
CoinGecko v3 API (/coins/markets). Each run returns one row per coin with
current price, market cap, rank, 24h high/low, price change, supply, ATH/ATL
values and timestamps. Useful for trading bots, portfolio trackers, analytics
dashboards, and market research.
Input
{"coins":["bitcoin","ethereum"],"vsCurrency":"usd","includePriceChange":true}
| Field | Type | Default | Description |
|---|---|---|---|
coins | array | — | CoinGecko coin ids, e.g. bitcoin, ethereum, cardano (max 100) |
vsCurrency | string | usd | Target currency for prices and market caps |
includePriceChange | boolean | true | Include 1h/24h/7d price change percentages |
apiKey | string | — | Optional CoinGecko API key (x-cg-demo-api-key) for higher rate limits |
Output
One row per coin with coinId, symbol, name, currentPrice, marketCap,
marketCapRank, fullyDilutedValuation, totalVolume, high24h, low24h,
priceChange24h, priceChangePercentage24h, circulatingSupply,
totalSupply, maxSupply, ath, atl, lastUpdated, coinGeckoUrl, and
optionally priceChangePercentage1h/24h/7d. Unknown coin ids produce an error
row. Each result row is a PAY_PER_EVENT charge event.