Access project and market data on DeFi projects from https://defipulse.com
Rate Limiting: 30 requests / minute
Displaying Attribution: Display a link to https://defipulse.com where you use the API.
GET Requesthttps://public.defipulse.com/api/GetProjects
This endpoint returns a list of all tracked DeFi projects, providing total locked USD and 24h change. Params: No params
[{"category":"Lending","chain":"Ethereum","name":"Maker","value":{"tvl":{"USD":{"value":470955252,"relative_1d":1.26},"ETH":{"value":1515251.285351179,"relative_1d":0.48},"BTC":{"value":38591.881332210156,"relative_1d":-4.34}},"total":{"USD":{"value":470955252,"relative_1d":1.26},"ETH":{"value":1515300.0410103064,"relative_1d":0.11},"BTC":{"value":null,"relative_1d":null}},"balance":{"ERC20":{"DAI":{"value":null,"relative_1d":null}}}},"contributesTo":null,"relative_1d":1.26,"timestamp":1562616000}...]
GET Requesthttps://public.defipulse.com/api/MarketData
Returns per DeFi category total locked USD and the dominant project.
Params: No params
{"All":{"total":340692292,"dominance_name":"Maker","dominance_value":299834632,"dominance_pct":88.00745982242533},"Lending":{"total":327173541,"dominance_name":"Maker","dominance_value":299834632,"dominance_pct":91.64391199959535}...}