Global DeFi Market Data
curl --request GET \
--url https://api.coingecko.com/api/v3/global/decentralized_finance_defi \
--header 'x-cg-demo-api-key: <api-key>'{
"data": {
"defi_market_cap": "93264745839.10368680452390205264",
"eth_market_cap": "250923489878.18163813287624277972",
"defi_to_eth_ratio": "37.1685990356589832537094209337357070624927603988429231656080063710045566",
"trading_volume_24h": "3779246981.777563895687957584391",
"defi_dominance": "3.5568819863542411077651904276222133821656380942701140395041020219966392",
"top_coin_name": "Lido Staked Ether",
"top_coin_defi_dominance": 19.77898778734103
}
}Global
Global DeFi Market Data
To query top 100 cryptocurrency global decentralized finance (DeFi) data including DeFi market cap, trading volume
GET
/
global
/
decentralized_finance_defi
Global DeFi Market Data
curl --request GET \
--url https://api.coingecko.com/api/v3/global/decentralized_finance_defi \
--header 'x-cg-demo-api-key: <api-key>'{
"data": {
"defi_market_cap": "93264745839.10368680452390205264",
"eth_market_cap": "250923489878.18163813287624277972",
"defi_to_eth_ratio": "37.1685990356589832537094209337357070624927603988429231656080063710045566",
"trading_volume_24h": "3779246981.777563895687957584391",
"defi_dominance": "3.5568819863542411077651904276222133821656380942701140395041020219966392",
"top_coin_name": "Lido Staked Ether",
"top_coin_defi_dominance": 19.77898778734103
}
}SDK Examples
const response = await client.global.decentralizedFinanceDefi.get();
console.log(JSON.stringify(response, null, 2));
Authorizations
headerAuthqueryAuth
Learn how to set up your API key
Response
200 - application/json
Global decentralized finance (DeFi) market data
Show child attributes
Show child attributes
Was this page helpful?
⌘I

