> For the complete documentation index, see [llms.txt](https://bound-1.gitbook.io/bound-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bound-1.gitbook.io/bound-docs/developer-guide/api-reference/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.bound.exchange","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"]}}}}
```
