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).
Oracle risk: each pool carries an oracleInfo object classifying its price oracle's feed correctness (provider, reported vs intended pair, a 0–100 worstScore/worstBand, and flags such as wrong-asset/correlated-proxy/cross-numeraire). This is distinct from the price-staleness signal in risk.breakdown[oracle]. See the OracleInfo schema for the full scoring model.
Request
Responses
- 200
- 400
Pool data
Validation error