Cryptocoin Market API | Real-Time Data | $2 / 1k avatar
Cryptocoin Market API | Real-Time Data | $2 / 1k

Pricing

Pay per event

Go to Apify Store
Cryptocoin Market API | Real-Time Data | $2 / 1k

Cryptocoin Market API | Real-Time Data | $2 / 1k

Get real-time crypto market data, including price, market cap, liquidity, supply, volume, percent changes and project tags. Ideal for dashboards, alerts, and market research. $2 per 1000 results.

Pricing

Pay per event

Rating

5.0

(1)

Developer

Fatih Tahta

Fatih Tahta

Maintained by Community

Actor stats

2

Bookmarked

3

Total users

1

Monthly active users

2 days ago

Last modified

Share

Slug: fatihtahta/cryptocoin-market-api


Overview

Cryptocoin Market API delivers fresh market intelligence for the tickers you care about, typically within 5–10 seconds of the latest exchange updates. It captures real-time pricing, liquidity, capitalization, supply metrics, performance change percentages, and curated project tags so you can see the market from every angle. Staying current is critical in crypto where spreads and sentiment shift minute by minute—this actor keeps your data pipeline aligned with what’s happening now. Fully automated runs and resilient scheduling remove manual effort while ensuring consistent, trustworthy results.

Why Use This Actor

  • Market researchers & analysts: Monitor flagship coins alongside emerging listings to quantify momentum, volatility, and liquidity changes without hand-checking multiple sources.
  • Developers & product teams: Power dashboards, bots, and internal tools with dependable live metrics ready for downstream calculations.
  • Investors & portfolio managers: Stay ahead of market-moving events with rapid updates on dominance, supply, and price swings.
  • Business intelligence teams: Build datasets for lead generation, sector benchmarking, or ecosystem mapping based on categories, tags, and project resources.

Use it for lead generation, market insights, product tracking, directory building, sentiment monitoring, or any workflow that depends on up-to-the-minute cryptocurrency data.

Input Parameters

ParameterTypeDescriptionDefault
tickersArrayOne or more cryptocurrency tickers or project names (e.g., "Bitcoin", "BTC", "Ethereum"). Works for established coins and newly listed assets alike.
getDetailsBooleanToggle to include extended project resources such as official websites, white papers, social media, and repositories. Disable to keep the dataset lean.true

Example Input

{
"tickers": ["Bitcoin", "ETH", "Solana"],
"getDetails": true
}

Example Output

{
"sourceUrl": "https://coinmarketcap.com/currencies/bitcoin/",
"inputValue": "Bitcoin",
"slug": "bitcoin",
"retrievedAt": "2025-11-10T22:27:40.041Z",
"id": 1,
"name": "Bitcoin",
"symbol": "BTC",
"category": "coin",
"rank": 1,
"priceUsd": 105571.30863636425,
"marketCapUsd": 2105818963811.68,
"fullyDilutedMarketCapUsd": 2216997481363.65,
"marketCapDominancePercent": 59.3998,
"volume24hUsd": 72072956034.03,
"priceChangePercentages": {
"1h": -0.0952866,
"24h": 1.06706644,
"7d": -0.71439909,
"30d": -4.78934452,
"1y": 29.60424917,
"all": 171152394.6036066
},
"supply": {
"circulating": 19946887,
"total": 19946887,
"max": 21000000
},
"tags": [
{ "slug": "mineable", "name": "Mineable" }
],
"urls": {
"website": ["https://bitcoin.org/"],
"technical_doc": ["https://bitcoin.org/bitcoin.pdf"],
"explorer": ["https://blockchain.info/"]
},
"latestUpdateTime": "2025-11-10T22:22:00.000Z"
}

Each dataset item links back to the source page, echoes the original input value, and provides identifiers (slug, symbol, rank). You also receive current pricing, capitalization, dominance, volume metrics, percentage changes across multiple time frames, circulating/total/max supply figures, ecosystem tags, optional resource URLs, and the timestamp of the latest update.

Notes & Limitations

  • Always confirm your use complies with the target site’s terms of service and regional regulations.
  • Real-time markets are fast-moving; minor discrepancies may occur if an asset changes state between requests.
  • Large batches of tickers may extend run time slightly due to sequential validation.

Support

Questions or custom needs? Open an issue on the Issues tab of the actor page in Apify Console and it will be resolved around the clock.

Happy Scraping,

  • Fatih