# Cryptocoin Market API | Real-Time Data | $1 / 1k (`fatihtahta/cryptocoin-market-api`) Actor

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. $1 per 1000 results.

- **URL**: https://apify.com/fatihtahta/cryptocoin-market-api.md
- **Developed by:** [Fatih Tahta](https://apify.com/fatihtahta) (community)
- **Categories:** Developer tools, Automation, Integrations
- **Stats:** 7 total users, 1 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: No ratings yet

## Pricing

$0.99 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

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

#### **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

| Parameter  | Type    | Description                                                                                                                                               | Default |
|-----------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
| `tickers` | Array   | One or more cryptocurrency tickers or project names (e.g., `"Bitcoin"`, `"BTC"`, `"Ethereum"`). Works for established coins and newly listed assets alike. | –       |
| `getDetails` | Boolean | Toggle to include extended project resources such as official websites, white papers, social media, and repositories. Disable to keep the dataset lean. | `true`  |

### Example Input

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

### Example Output

```json
{
  "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

# Actor input Schema

## `tickers` (type: `array`):

Enter the full names of cryptocurrencies you want to get data for (e.g., Bitcoin, Ethereum, Bitcoin Cash). Abbreviations or symbols like BTC or ETH are not supported.

## `getDetails` (type: `boolean`):

Enable this to include additional information such as links to social media profiles, source code repositories, white papers, and other project resources. Disable it to only retrieve market data.

## Actor input object example

```json
{
  "tickers": [
    "Bitcoin",
    "Ethereum",
    "Bitcoin Cash"
  ],
  "getDetails": true
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "tickers": [
        "Bitcoin",
        "Ethereum",
        "Bitcoin Cash"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("fatihtahta/cryptocoin-market-api").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "tickers": [
        "Bitcoin",
        "Ethereum",
        "Bitcoin Cash",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("fatihtahta/cryptocoin-market-api").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "tickers": [
    "Bitcoin",
    "Ethereum",
    "Bitcoin Cash"
  ]
}' |
apify call fatihtahta/cryptocoin-market-api --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=fatihtahta/cryptocoin-market-api",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/GkyElBW0RlEhhX9Mr/builds/dAmfXYdQyUs9MlSlP/openapi.json
