Bitcoin Market Share Monitor avatar

Bitcoin Market Share Monitor

Pricing

$0.05 / bitcoin market share monitor

Go to Apify Store
Bitcoin Market Share Monitor

Bitcoin Market Share Monitor

Get Bitcoin market-share history, market capitalization, price, and volume as structured JSON. One request per run, with documented input and output.

Pricing

$0.05 / bitcoin market share monitor

Rating

0.0

(0)

Developer

Grass Tech

Grass Tech

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Get Bitcoin market-share history, market capitalization, price, and volume series in one structured JSON result. Use it to prepare dashboards, compare historical periods, and export a reproducible dataset for your own analysis.

What you receive

  • marketCapRateList: Bitcoin market-share values in the original numeric scale.
  • marketCapList: market-capitalization observations.
  • priceList: price observations aligned with the supplied timeline.
  • timeList: Unix timestamps in milliseconds.
  • volList: volume observations; historical entries can be null.

Data coverage and update frequency vary. This is a point-in-time request, not a live stream or a guarantee of current market prices. Keep the supplied numeric units; validate them before applying conversions or making comparisons.

Input

symbol is a required string. Use the verified Bitcoin input:

{"symbol":"BTC"}

This listing is validated for BTC. Other symbols are not covered by the published example. Each run performs one data request; it does not place trades or require access to a wallet.

Output

The result is available in the default dataset and in the default key-value store under OUTPUT. A successful response contains code, success, and data with the series above.

Example excerpt from a historical result (two observations, not current prices):

{
"code": "1",
"success": true,
"data": {
"marketCapList": [1592233712, 1254881360],
"marketCapRateList": [0.9439, 0.9408],
"priceList": [135.3, 103.43],
"timeList": [1367280000000, 1367452800000],
"volList": [null, null]
}
}

The complete result contains the available observations, not just this excerpt. Missing values remain null; they are not converted to zero. Check success and the data content before using a result. An error or unavailable dataset is not a market observation.

Pricing and usage

One request event is priced at $0.05 per run. Review the current pricing panel before starting; this is a per-request price, not a price per timestamp. Set a run budget that covers the listed event. Inspect the run status and output before retrying, because a new run may incur another charge.

Limitations

  • Historical coverage and available values may change over time.
  • The input example covers Bitcoin only; no exchange, interval, or date-range filter is exposed by this Actor.
  • Timestamp arrays and null values are preserved as delivered. Align series by their documented timestamps in your analysis.
  • Data is informational and is not a recommendation to buy, sell, or trade.

Support

For a reproducible problem, open an issue on this Actor with the input and Apify Run ID. Do not include API tokens or private credentials.