DefiLlama is the largest TVL aggregator for DeFi (Decentralized Finance). Our data is fully open-source and maintained by a team of passionate individuals and contributors from hundreds of protocols.

Integration

Folder Structure:

integrations/defi-llama/
ā”œā”€ components/
ā”‚  ā”œā”€ form-chart.tsx
ā”‚  ā”œā”€ form-current-price.tsx
ā”‚  ā”œā”€ form-historical-price.tsx
ā”‚  ā”œā”€ form-percentage-change.tsx
ā”‚  ā”œā”€ index.ts
ā”‚  ā”œā”€ output-data.tsx
ā”œā”€ hooks/
ā”‚  ā”œā”€ coins/
ā”‚  ā”‚  ā”œā”€ index.ts
ā”‚  ā”‚  ā”œā”€ use-chart.ts
ā”‚  ā”‚  ā”œā”€ use-current-token-price.ts
ā”‚  ā”‚  ā”œā”€ use-historical-token-price.ts
ā”‚  ā”‚  ā”œā”€ use-token-percentage-change.ts
ā”œā”€ utils/
ā”‚  ā”œā”€ index.ts
ā”‚  ā”œā”€ types.ts
ā”œā”€ index.ts
ā”œā”€ README.md