Stablecoin Market Watch
Pricing
from $1.00 / 1,000 dataset items
Stablecoin Market Watch
Keyless stablecoin market watch (DefiLlama stablecoins API, no API key): total stablecoin market cap, top-N issuers by circulation with 24h drift and market share, peg-type breakdown, and total/mover deltas vs the last run (stateful KVS). One compact pulse item per run.
Pricing
from $1.00 / 1,000 dataset items
Rating
0.0
(0)
Developer
jedi solana
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Keyless stablecoin market watch (DefiLlama stablecoins API, no API key): total stablecoin market cap, top-N issuers by circulation with 24h drift and market share, peg-type breakdown, and total/mover deltas vs the last run (stateful KVS). One compact pulse item per run.
What you get
Every run writes a dataset with one row per record:
{"kind": "stablecoin-pulse","ts": "2026-09-18T00:22:02Z","firstRun": true,"prevRunTs": null,"totalCirculatingUsd": 312237905015.54,"coins": [{"name": "Tether","symbol": "USDT","pegType": "peggedUSD","pegMechanism": "fiat-backed","priceSource": "defillama","circulatingUsd": 183251562267.38,"change24hPct": -0.02,"marketSharePct": 58.69},{"name": "USD Coin","symbol": "USDC","pegType": "peggedUSD","pegMechanism": "fiat-backed","priceSource": "defillama","circulatingUsd": 74905513178.59,"change24hPct": 1.71,"marketSharePct": 23.99},{"name": "Sky Dollar","symbol": "USDS","pegType": "peggedUSD","pegMechanism": "crypto-backed","priceSource": "defillama","circulatingUsd": 6539988694.98,"change24hPct": 0.94,"marketSharePct": 2.09},{"name": "Dai","symbol": "DAI","pegType": "peggedUSD","pegMechanism": "crypto-backed","priceSource": "defillama","circulatingUsd": 4771808072.79,"change24hPct": -0.36,"marketSharePct": 1.53
Input
{"limit": 10}
| Field | Type | Description |
|---|---|---|
limit | integer | Limit: 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), plusapify-actor-start. - Free to try on the free plan; PPE pricing applies to paid-plan users.
Categories
OTHER