zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Finance/DefiLlama
Logo DefiLlama

DefiLlama

Total value locked per chain dan kapitalisasi stablecoin per aset beserta mekanisme peg-nya.

6 endpoints6 endpoints on this scraper866 calls866 calls so farupdated 2 months agoLast updated 8/8/2026, 10:10:23 AMBusy: 10+ calls so farllms.txt
Endpoints6

6/6 passing
checked 21 hours ago · daily 01:00 WIB

Chain TVL

TVL per chain dalam USD, terbesar dulu, bisa disaring dengan `minTvl`.

GET/v1/finance:defillama/chains15m cache2 paramschecking key…
Parameters
lengthnumber

Rows to return (default 50, max 500)

minTvlnumber

Drop chains below this TVL in USD.

·
Response
EXAMPLE
{
  "count": 50,
  "items": [
    {
      "tvl": 47170499526.70988,
      "name": "Ethereum",
      "symbol": "ETH",
      "chainId": 1,
      "coingeckoId": "ethereum"
    },
    {
      "tvl": 5357384941.319784,
      "name": "BSC",
      "symbol": "BNB",
      "chainId": 56,
      "coingeckoId": "binancecoin"
    },
    {
      "tvl": 5312745912.351768,
      "name": "Solana",
      "symbol": "SOL",
      "coingeckoId": "solana"
    },
    {
      "tvl": 5240631291.195125,
      "name": "Base",
      "chainId": 8453
    },
    {
      "tvl": 5126114876.883402,
      "name": "Tron",
      "symbol": "TRON",
      "coingeckoId": "tron"
    },
    {
      "tvl": 3985775047.8197036,
      "name": "Bitcoin",
      "symbol": "BTC",
      "coingeckoId": "bitcoin"
    },
    {
      "tvl": 1792240630.7060046,
      "name": "Provenance",
      "symbol": "HASH",
      "coingeckoId": "hash-2"
    },
    {
      "tvl": 1445583793.9306028,
      "name": "Hyperliquid L1",
      "symbol": "HYPE",
      "coingeckoId": "hyperliquid"
    }
  ],
  "total": 461,
  "source": "defillama",
  "currency": "USD",
  "totalTvl": 84515501988.66243
}

Code

Chain TVL
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:defillama", "chains", {
  "length": 50,
  "minTvl": 1000000
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

6 endpoints · plain text
GET
Chain TVL/v1/finance:defillama/chains
2 params

TVL per chain dalam USD, terbesar dulu, bisa disaring dengan `minTvl`.

Parameters

lengthnumberoptional
Rows to return (default 50, max 500)
minTvlnumberoptional
Drop chains below this TVL in USD.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:defillama/chains?length=50&minTvl=1000000" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 50,
  "items": [
    {
      "tvl": 47170499526.70988,
      "name": "Ethereum",
      "symbol": "ETH",
      "chainId": 1,
      "coingeckoId": "ethereum"
    },
    {
      "tvl": 5357384941.319784,
      "name": "BSC",
      "symbol": "BNB",
      "chainId": 56,
      "coingeckoId": "binancecoin"
    },
    {
      "tvl": 5312745912.351768,
      "name": "Solana",
      "symbol": "SOL",
      "coingeckoId": "solana"
    },
    {
      "tvl": 5240631291.195125,
      "name": "Base",
      "chainId": 8453
    },
    {
      "tvl": 5126114876.883402,
      "name": "Tron",
      "symbol": "TRON",
      "coingeckoId": "tron"
    },
    {
      "tvl": 3985775047.8197036,
      "name": "Bitcoin",
      "symbol": "BTC",
      "coingeckoId": "bitcoin"
    },
    {
      "tvl": 1792240630.7060046,
      "name": "Provenance",
      "symbol": "HASH",
      "coingeckoId": "hash-2"
    },
    {
      "tvl": 1445583793.9306028,
      "name": "Hyperliquid L1",
      "symbol": "HYPE",
      "coingeckoId": "hyperliquid"
    }
  ],
  "total": 461,
  "source": "defillama",
  "currency": "USD",
  "totalTvl": 84515501988.66243
}
GET
Stablecoins/v1/finance:defillama/stablecoins
2 params

Stablecoin terbesar per peredaran, dengan jenis peg dan mekanismenya.

Parameters

lengthnumberoptional
Rows to return (default 25, max 200)
pegstringoptional
Keep only this peg type (peggedUSD, peggedEUR, …).

Request

curl -X GET "https://api.zpi.web.id/v1/finance:defillama/stablecoins?length=25&peg=peggedUSD" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 25,
  "items": [
    {
      "peg": "peggedUSD",
      "name": "Tether",
      "price": 0.9996529389237235,
      "symbol": "USDT",
      "mechanism": "fiat-backed",
      "circulating": 183011061240.82898,
      "coingeckoId": "tether"
    },
    {
      "peg": "peggedUSD",
      "name": "USD Coin",
      "price": 0.999761122073589,
      "symbol": "USDC",
      "mechanism": "fiat-backed",
      "circulating": 72905794546.1014,
      "coingeckoId": "usd-coin"
    },
    {
      "peg": "peggedUSD",
      "name": "Sky Dollar",
      "price": 0.9997885300919773,
      "symbol": "USDS",
      "mechanism": "crypto-backed",
      "circulating": 6721244278.757235,
      "coingeckoId": "usds"
    },
    {
      "peg": "peggedUSD",
      "name": "Dai",
      "price": 0.9999215726557905,
      "symbol": "DAI",
      "mechanism": "crypto-backed",
      "circulating": 4779468708.49562,
      "coingeckoId": "dai"
    },
    {
      "peg": "peggedUSD",
      "name": "Ethena USDe",
      "price": 0.9998132003483738,
      "symbol": "USDe",
      "mechanism": "crypto-backed",
      "circulating": 4080222642.0417285,
      "coingeckoId": "ethena-usde"
    },
    {
      "peg": "peggedUSD",
      "name": "World Liberty Financial USD",
      "price": 0.9995358748930847,
      "symbol": "USD1",
      "mechanism": "fiat-backed",
      "circulating": 4001013937.994626,
      "coingeckoId": "usd1-wlfi"
    },
    {
      "peg": "peggedUSD",
      "name": "Global Dollar",
      "price": 0.9999688726376925,
      "symbol": "USDG",
      "mechanism": "fiat-backed",
      "circulating": 3378436340.120869,
      "coingeckoId": "global-dollar"
    },
    {
      "peg": "peggedUSD",
      "name": "Circle USYC",
      "price": 1.1346424163708866,
      "symbol": "USYC",
      "mechanism": "fiat-backed",
      "circulating": 2922480174.730857,
      "coingeckoId": "hashnote-usyc"
    }
  ],
  "total": 418,
  "source": "defillama"
}
GET
Stablecoin Chains/v1/finance:defillama/stablecoin-chains
3 params

Stablecoin circulating supply per chain, current cross-section.

Parameters

pegstringoptional
Peg type to read. Default peggedUSD.
limitnumberoptional
Chains to return, largest first. Default 50, max 500.
minCirculatingnumberoptional
Drop chains below this circulating value in USD.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:defillama/stablecoin-chains?peg=peggedUSD&limit=50&minCirculating=1000000" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "peg": "peggedUSD",
  "count": 50,
  "items": [
    {
      "chain": "Ethereum",
      "circulatingUsd": 146952725067.78015
    },
    {
      "chain": "Tron",
      "circulatingUsd": 91887441567.50905
    },
    {
      "chain": "Solana",
      "circulatingUsd": 15863026696.789598
    },
    {
      "chain": "BSC",
      "circulatingUsd": 13383178392.59415
    },
    {
      "chain": "Hyperliquid L1",
      "circulatingUsd": 6570898641.614782
    },
    {
      "chain": "Base",
      "circulatingUsd": 4931807896.464042
    },
    {
      "chain": "Arbitrum",
      "circulatingUsd": 3445788631.870305
    },
    {
      "chain": "Polygon",
      "circulatingUsd": 3044703687.6261106
    }
  ],
  "total": 204,
  "dataset": "stablecoin-chains",
  "currency": "USD",
  "provider": "defillama"
}
GET
Protocols/v1/finance:defillama/protocols
6 params

The protocol directory with current TVL and its recent changes.

Parameters

categorystringoptional
Keep only this category. Case-insensitive. Others include Lending, CEX, Liquid Staking, Bridge, Restaking.
chainstringoptional
Keep only protocols deployed on this chain.
querystringoptional
Free text over protocol name, symbol and slug.
minTvlnumberoptional
Drop protocols below this TVL in USD.
pagenumberoptional
Result page. Default 1.
limitnumberoptional
Protocols per page, largest TVL first. Default 50, max 500.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:defillama/protocols?category=Dexs&chain=Ethereum&query=uniswap&minTvl=1000000&page=1&limit=50" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "chain": null,
  "count": 50,
  "items": [
    {
      "id": "194",
      "tvl": 1909573717.2501187,
      "url": "https://pancakeswap.finance/",
      "logo": "https://icons.llamao.fi/icons/protocols/pancakeswap-amm",
      "name": "PancakeSwap AMM",
      "slug": "pancakeswap-amm",
      "chain": "Multi-Chain",
      "chains": [
        "Binance",
        "Ethereum",
        "Aptos"
      ],
      "symbol": "CAKE",
      "category": "Dexs",
      "change1d": null,
      "change1h": 0.4894595925158711,
      "change7d": 11.300991871895746,
      "listedAt": null,
      "marketCap": null,
      "coingeckoId": null
    },
    {
      "id": "2198",
      "tvl": 1426020655.9630637,
      "url": "https://app.uniswap.org/",
      "logo": "https://icons.llamao.fi/icons/protocols/uniswap-v3",
      "name": "Uniswap V3",
      "slug": "uniswap-v3",
      "chain": "Multi-Chain",
      "chains": [
        "Ethereum",
        "Base",
        "Arbitrum"
      ],
      "symbol": "UNI",
      "category": "Dexs",
      "change1d": 0.30566703831671305,
      "change1h": 0.7316921288834664,
      "change7d": 1.1399914162315525,
      "listedAt": 1666191475,
      "marketCap": null,
      "coingeckoId": null
    },
    {
      "id": "3",
      "tvl": 1298281201.671089,
      "url": "https://curve.finance",
      "logo": "https://icons.llamao.fi/icons/protocols/curve",
      "name": "Curve DEX",
      "slug": "curve-dex",
      "chain": "Multi-Chain",
      "chains": [
        "Ethereum",
        "Arbitrum",
        "Fraxtal"
      ],
      "symbol": "CRV",
      "category": "Dexs",
      "change1d": -0.9453846915700694,
      "change1h": 0.29059083690547993,
      "change7d": 2.1177046958854078,
      "listedAt": null,
      "marketCap": null,
      "coingeckoId": null
    }
  ],
  "query": null,
  "total": 2067,
  "dataset": "protocols",
  "hasMore": true,
  "category": "Dexs",
  "currency": "USD",
  "nextPage": 2,
  "provider": "defillama"
}
GET
Chain Tvl History/v1/finance:defillama/chain-tvl-history
4 params

Daily TVL series for one chain, or for every chain summed.

Parameters

chainstringoptional
Chain name as the chains endpoint spells it. Omit for every chain summed.
fromnumberoptional
Keep points at or after this UNIX second.
tonumberoptional
Keep points at or before this UNIX second.
limitnumberoptional
Keep only the most recent N points. Omit for the full series.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:defillama/chain-tvl-history?chain=Ethereum&from=1735689600&to=1767225600&limit=365" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "chain": "Ethereum",
  "count": 3251,
  "items": [
    {
      "tvl": 0,
      "date": "2017-09-27",
      "time": 1506470400
    },
    {
      "tvl": 0,
      "date": "2017-09-28",
      "time": 1506556800
    },
    {
      "tvl": 0,
      "date": "2017-09-29",
      "time": 1506643200
    },
    {
      "tvl": 0,
      "date": "2017-09-30",
      "time": 1506729600
    },
    {
      "tvl": 0,
      "date": "2017-10-01",
      "time": 1506816000
    },
    {
      "tvl": 0,
      "date": "2017-10-02",
      "time": 1506902400
    },
    {
      "tvl": 0,
      "date": "2017-10-03",
      "time": 1506988800
    },
    {
      "tvl": 0,
      "date": "2017-10-04",
      "time": 1507075200
    }
  ],
  "total": 3251,
  "dataset": "chain-tvl-history",
  "currency": "USD",
  "interval": "1d",
  "provider": "defillama"
}
GET
Stablecoin History/v1/finance:defillama/stablecoin-history
5 params

Daily circulating supply for one peg type, whole market or one chain.

Parameters

pegstringoptional
Peg type to read. Default peggedUSD. Others include peggedEUR, peggedVAR, peggedJPY, peggedGBP.
chainstringoptional
Restrict to one chain. Omit for the whole market.
fromnumberoptional
Keep points at or after this UNIX second.
tonumberoptional
Keep points at or before this UNIX second.
limitnumberoptional
Keep only the most recent N points. Omit for the full series.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:defillama/stablecoin-history?peg=peggedUSD&chain=Ethereum&from=1735689600&to=1767225600&limit=365" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "peg": "peggedUSD",
  "chain": null,
  "count": 3188,
  "items": [
    {
      "date": "2017-11-29",
      "time": 1511913600,
      "mintedUsd": null,
      "unreleased": null,
      "circulating": 109970,
      "circulatingUsd": 110105
    },
    {
      "date": "2017-11-30",
      "time": 1512000000,
      "mintedUsd": null,
      "unreleased": null,
      "circulating": 109970,
      "circulatingUsd": 110105
    },
    {
      "date": "2017-12-01",
      "time": 1512086400,
      "mintedUsd": null,
      "unreleased": null,
      "circulating": 109970,
      "circulatingUsd": 110105
    },
    {
      "date": "2017-12-02",
      "time": 1512172800,
      "mintedUsd": null,
      "unreleased": null,
      "circulating": 109970,
      "circulatingUsd": 110105
    },
    {
      "date": "2017-12-03",
      "time": 1512259200,
      "mintedUsd": null,
      "unreleased": null,
      "circulating": 109970,
      "circulatingUsd": 110105
    },
    {
      "date": "2017-12-04",
      "time": 1512345600,
      "mintedUsd": null,
      "unreleased": null,
      "circulating": 109970,
      "circulatingUsd": 110105
    },
    {
      "date": "2017-12-05",
      "time": 1512432000,
      "mintedUsd": null,
      "unreleased": null,
      "circulating": 109970,
      "circulatingUsd": 110105
    },
    {
      "date": "2017-12-06",
      "time": 1512518400,
      "mintedUsd": null,
      "unreleased": null,
      "circulating": 109970,
      "circulatingUsd": 110105
    }
  ],
  "total": 3188,
  "dataset": "stablecoin-history",
  "interval": "1d",
  "provider": "defillama"
}

Related APIs

More in finance

Pluang

financepluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

1.6M1.6M calls so far1dResponses cached for 1d
Busy: 10+ calls so far

IDX (Bursa Efek Indonesia)

financeidx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

659K659K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

TradingView

financetradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

282.2K282.2K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Stockbit

financestockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

108.4K108.4K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Binance Futures

financebinance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

40.3K40.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Investing

financeinvesting

Data pasar finansial lengkap — quote saham/forex/crypto/komoditas, teknikal, OHLCV historis, berita, analisis, dan kalender ekonomi.

60.1K60.1K calls so far1hResponses cached for 1h
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportStatusReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.