Altcoin Market Cycle Gauge avatar

Altcoin Market Cycle Gauge

Pricing

$0.05 / altcoin market cycle gauge

Go to Apify Store
Altcoin Market Cycle Gauge

Altcoin Market Cycle Gauge

Retrieve historical altcoin-season indicator observations in a single request. Export timestamps and indicator values as JSON for market-cycle research.

Pricing

$0.05 / altcoin market cycle gauge

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

Retrieve historical altcoin-season indicator observations in a single request. Export timestamps and indicator values as JSON for market-cycle research.

Input and quick start

No business parameters are required. Leave the input empty or use:

{}
  1. Review the current pricing panel and run budget.
  2. Start one run with the empty input above.
  3. After a successful run, open the output JSON or default dataset.

Each run requests one snapshot or historical series. Scheduling separate runs creates separate billable requests; this Actor is not a streaming connection.

Output

The data array contains observations with createTime and value. Observed timestamps use Unix milliseconds and indicator values are strings.

The full JSON response is saved as the OUTPUT record in the default key-value store. The same response is stored as one default-dataset item; nested rows are not separate dataset items.

Recorded output example

This is a shortened excerpt from a successful run on 2026-09-16, not current market data. Arrays contain only their first two observed values, or the example shows selected fields from one record. Actual response size and coverage vary.

{
"code": "1",
"success": true,
"data": [
{
"createTime": 1491177600000,
"value": "96"
},
{
"createTime": 1491264000000,
"value": "100"
}
]
}

Pricing

The current request event is $0.05 per run. One request event is charged for a run, rather than one event per nested observation. For example, 10 runs create $0.50 in request-event charges. Check the pricing panel for current charges and any applicable platform costs before starting.

Scope and limitations

  • This Actor returns an indicator series, not a list of recommended coins or a forecast. No coin selector or date filter is accepted.
  • Coverage, history length and update timing are determined by the available dataset. Use the returned timestamps, not the run time, as the observation dates.
  • Null or missing values are preserved; they are not replaced with fabricated observations.
  • This is a data-retrieval tool for research and analysis, not an investment recommendation or a promise of returns.

Questions

Use this Actor's Apify issue or contact feature. Include the run ID and the unexpected result; omit passwords, API tokens and wallet credentials.