Get lending pools
GET/v1/data/lending/pools
Returns paginated lending pool data with optional filters and sorting.
Server-side defaults (applied when the parameter is omitted; pass an explicit value to override):
| Parameter | Default |
|---|---|
minUtil | 0.1 |
maxUtil | 0.9 |
minTvlUsd | 100000 (Ethereum, chainId 1) / 25000 (all other chains) |
maxRiskScore | 4 (medium) |
To disable a default filter, pass 0 (e.g. minUtil=0).
Request
Responses
- 200
- 400
Pool data
Validation error