Coin Market Pulse avatar

Coin Market Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Coin Market Pulse

Coin Market Pulse

Keyless crypto market pulse (CoinGecko public data, no API key): top-N coins by market cap with price, 24h/7d change, volume, market-cap share, plus price/volume drift vs the last run (stateful KVS deltas) and move alerts. One compact pulse item per run.

Pricing

from $1.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

jedi solana

jedi solana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Keyless crypto market pulse (CoinGecko public data, no API key): top-N coins by market cap with price, 24h/7d change, volume, market-cap share, plus price/volume drift vs the last run (stateful KVS deltas) and move alerts. One compact pulse item per run.

What you get

Every run writes a dataset with one row per record:

{
"kind": "market-pulse",
"ts": "2026-09-18T00:11:21Z",
"firstRun": true,
"prevRunTs": null,
"coins": [
{
"id": "bitcoin",
"symbol": "BTC",
"rank": 1,
"priceUsd": 76373,
"marketCapUsd": 1533358370002,
"totalVolumeUsd": 23547416528,
"priceChange24hPct": 0.14657,
"priceChange7dPct": -0.5,
"marketCapSharePct": 63.68
},
{
"id": "ethereum",
"symbol": "ETH",
"rank": 2,
"priceUsd": 2444.41,
"marketCapUsd": 298237391463,
"totalVolumeUsd": 11904416335,
"priceChange24hPct": 1.01997,
"priceChange7dPct": 0.1,
"marketCapSharePct": 12.38
},
{
"id": "tether",
"symbol": "USDT",
"rank": 3,
"priceUsd": 0.99926,
"marketCapUsd": 183308213924,
"totalVolumeUsd": 49737718684,
"priceChange24hPct": -0.00662,
"priceChange7dPct": 0.0,
"marketCapSharePct": 7.61
},
{
"id": "binancecoin",
"symbol": "BNB",
"rank": 4,
"priceUsd": 738.84,
"marketCapUsd": 98295359668,
"totalVolumeUsd": 966523239,
"priceChange24hPct": 1.87572,
"priceChange7dPct": 3.7,
"marketCapShare

Input

{
"limit": 10
}
FieldTypeDescription
limitintegerLimit: the limit parameter. Default: 10.

Use cases

  • Monitor on a schedule — run this Actor on a timer and get a fresh, normalized snapshot every time; diff the datasets to see what changed.
  • Feed a dashboard or model — clean, one-JSON-item-per-record output is ready to pipe into a spreadsheet, database, or LLM prompt without any post-processing.
  • Research & due diligence — pull a structured set of records for a topic, name, or window without scraping the public source by hand.

Limits & notes

  • No API key, no login: it only reads public endpoints/feeds. If the upstream source is degraded, the run still succeeds and returns an honest status item instead of failing.
  • Results reflect what the public source returned at run time (top-N windows, newest-first where applicable).
  • Pay-per-event via synthetic events: each default-dataset item is billed through apify-default-dataset-item ($0.001 per item), plus apify-actor-start.
  • Free to try on the free plan; PPE pricing applies to paid-plan users.

Categories

OTHER