> For the complete documentation index, see [llms.txt](https://docs.radfi.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radfi.co/dev/api-endpoints/stats.md).

# Stats

## GET /api/stats

> Get radFi ecosystem stats (TVL, volume, fees, wallet counts, etc.)

```json
{"openapi":"3.0.0","info":{"title":"Radfi API","version":"1.0"},"servers":[{"url":"https://api.radfi.co","description":"Production"}],"paths":{"/api/stats":{"get":{"operationId":"StatsController_getStats","summary":"Get radFi ecosystem stats (TVL, volume, fees, wallet counts, etc.)","parameters":[],"responses":{"200":{"description":""}},"tags":["stats"]}}}}
```
