Skip to main content
GET
Yield Pool Ranking

Query Parameters

project
string

Filter by protocol name like lido, aave, or uniswap

Example:

"aave"

sort_by
enum<string>
default:apy

Ranking metric: apy or tvl_usd. When sorted by apy, only pools with TVL >= $100k are included

Available options:
apy,
tvl_usd
Example:

"apy"

order
enum<string>
default:desc

Sort direction

Available options:
asc,
desc
Example:

"desc"

limit
integer<int64>
default:20

Results per page

Required range: 1 <= x <= 100
Example:

20

offset
integer<int64>
default:0

Pagination offset

Required range: x >= 0
Example:

0

Response

OK

data
object[] | null
required
meta
object
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/DataResponseYieldRankingItem.json"