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