Yield Pool Ranking
GET
/gateway/v1/onchain/yield/rankingList individual DeFi yield pools ranked by APY or TVL. Example: filter by protocol like `lido` or `aave` for pool-level yield data.
Query Parameters
projectstring
Filter by protocol name like `lido`, `aave`, or `uniswap`
Example:
aavesort_byenum<string>
Ranking metric: `apy` or `tvl_usd`. When sorted by `apy`, only pools with TVL >= $100k are included
Available options:
apytvl_usdExample:
apyorderenum<string>
Sort direction
Available options:
ascdescExample:
desclimitinteger
Results per page
Example:
20offsetinteger
Pagination offset
Example:
0Yield Pool Ranking
OK