DeFiLlama Stablecoins Scraper avatar

DeFiLlama Stablecoins Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store
DeFiLlama Stablecoins Scraper

DeFiLlama Stablecoins Scraper

Scrapes stablecoin records from DeFiLlama, returning peg type, peg mechanism, circulating supply, and chain breakdown as flat rows. Filter by peg type, mechanism, and minimum supply. Export to CSV, JSON, Excel, or XML.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

ParseForge

DeFiLlama Stablecoins Scraper

Scrape stablecoin data from DeFiLlama, up to a million records per run. Every stablecoin comes with its peg type, peg mechanism, circulating supply, and chain breakdown. No API key. Export to CSV, JSON, Excel, or XML.

DeFiLlama's stablecoin dashboard is the reference for who is minting, burning, and holding stablecoins across every chain. This Actor reads the public stablecoin list directly, filters it by peg type, peg mechanism, and minimum circulating supply, and returns each match in one fixed schema. No API key, no rate limits, no setup.

Who uses itWhat they scrape DeFiLlama for
Crypto market researchersTrack which stablecoins are growing or shrinking in circulating supply.
DeFi analystsCompare fiat-backed, crypto-backed, and algorithmic stablecoins side by side.
Portfolio managersMonitor stablecoin supply as a macro liquidity signal for the whole market.
Data journalistsPull the latest stablecoin numbers for charts and stories.
Blockchain developersFeed stablecoin metadata into dashboards, bots, or risk models.

What it does

This Actor collects stablecoin records from DeFiLlama and returns each one as a flat row with its peg type, peg mechanism, circulating supply, and chain breakdown.

  • ๐Ÿ” Peg type filter: USD, EUR, GBP, JPY, CHF, CNY, AUD, CAD, BRL, KRW, or variable pegs.
  • โš™๏ธ Peg mechanism filter: fiat-backed, crypto-backed, or algorithmic stablecoins.
  • ๐Ÿ“ˆ Minimum circulating supply: only return stablecoins above a threshold you set.
  • ๐Ÿ”ข Maximum stablecoins: cap the run at any number from 1 to 1,000,000 records.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with DeFiLlama data

๐Ÿ“Š Track stablecoin supply trends.

A crypto market researcher runs the Actor daily with no filters to see which stablecoins are minting or burning the most supply.

๐Ÿ”Ž Compare stablecoin designs.

A DeFi analyst filters by peg mechanism to compare fiat-backed, crypto-backed, and algorithmic stablecoins in one dataset.

๐Ÿ’ง Monitor macro liquidity.

A portfolio manager sets a minimum circulating supply to track only the largest stablecoins as a leading indicator for market liquidity.

๐Ÿ“ฐ Pull data for a story.

A data journalist exports the latest stablecoin records to CSV and builds a chart of supply changes across chains.

๐Ÿค– Feed a risk model.

A blockchain developer schedules the Actor to push stablecoin metadata into a monitoring bot that flags unusual supply moves.

Why choose this scraper

What you get
No API keyReads DeFiLlama's public stablecoin list directly, no registration or token.
One fixed schemaEvery stablecoin returns the same flat row, ready for CSV, JSON, Excel, or XML.
Filter before you storePeg type, peg mechanism, and minimum supply filters keep your dataset clean.
Up to a million rowsSet maxItems to pull the full stablecoin universe or a small sample.

How it compares

This Actor focuses on DeFiLlama's stablecoin list with peg type, peg mechanism, and minimum supply filters, while the other DeFiLlama actors cover broader protocol data or per-chain supply deltas.

FeatureParseForgeDefiLlama ScraperDefillama Stablecoins ScraperStablecoin Supply Tracker (USDT, USDC, DAI by chain)
Peg type filterYesNot listedYesNot listed
Peg mechanism filterYesNot listedNot listedNot listed
Minimum circulating supply filterYesNot listedNot listedNot listed
Maximum stablecoins per runYesNot listedNot listedNot listed
Chain breakdown per stablecoinYesNot listedNot listedYes
1d/7d/30d supply deltasNot listedNot listedNot listedYes
Broader DeFiLlama data (TVL, fees, DEX volumes)Not listedYesNot listedNot listed

Configure the run

Drive the Actor with a maximum record count, peg type, peg mechanism, and minimum circulating supply. Filters run as each stablecoin is read, so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$0.85
1,000 results$8.50
10,000 results$85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the DeFiLlama Stablecoins Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to DeFiLlama through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/defillama-stablecoins-v2-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Your filters may be too strict. Try clearing pegType and pegMechanism, and remove minCirculating. If maxItems is set very low, increase it.

Why is my dataset missing some stablecoins?

Check minCirculating. If you set a high threshold, smaller stablecoins are excluded. Set it to 0 or leave it empty to get everything.

Why does the run take a long time?

A high maxItems value pulls more records. Lower it if you only need a sample, or add filters to reduce the result set.

Why do I see an error about the input?

Make sure maxItems is an integer between 1 and 1,000,000, and pegType and pegMechanism use the exact values from the input schema.

Can I get stablecoin supply by chain?

This Actor returns the overall stablecoin record, which includes a chain breakdown field. For per-chain supply deltas, use the Stablecoin Supply Tracker actor.

FAQ

QuestionAnswer
Do I need a DeFiLlama API key?No. This Actor reads DeFiLlama's public stablecoin list directly, so there is no key to register or rate limit to manage.
What stablecoin data does this return?Each record includes the stablecoin's name, symbol, price, peg type, peg mechanism, circulating supply, and chain breakdown, all in one flat row.
Can I filter by peg type?Yes. Choose USD, EUR, GBP, JPY, CHF, CNY, AUD, CAD, BRL, KRW, or variable pegs from the pegType input.
Can I filter by peg mechanism?Yes. Use the pegMechanism input to return only fiat-backed, crypto-backed, or algorithmic stablecoins.
Can I set a minimum circulating supply?Yes. The minCirculating input returns only stablecoins with a circulating supply at or above the value you set.
How many stablecoins can I get in one run?Set maxItems to any number from 1 to 1,000,000. The default is 10, but you can pull the full stablecoin universe.
What export formats are supported?The Actor returns data in JSON, CSV, Excel, or XML, so you can load it into any spreadsheet, database, or analytics tool.
Is this the same as the DeFiLlama stablecoin dashboard?Yes. It reads the same public data you see on DeFiLlama's stablecoin page, but returns it as structured rows you can filter and export.
Can I schedule this Actor to run automatically?Yes. On Apify you can schedule runs daily, hourly, or on any cron schedule, and get fresh stablecoin data without manual work.
Does this include historical stablecoin supply?This Actor returns the current stablecoin list with current circulating supply. For historical supply changes, check the Stablecoin Supply Tracker actor.
  • defillama-scraper: Use this for broader DeFiLlama data like chain TVL, fees, DEX volumes, and protocol metrics.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by DeFiLlama. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.