API Reference

List all pools

List all the available pools on a specified chain.

Log in to see full request history
Path Params
string
required
Defaults to ethereum

The blockchain that will be used for this request.

Query Params
string

[Beta Feature] - The query that will be used to filter the pools (ex.: tvl>100000, total_apy>=0.825).
Always put the filter value on the left and the amount on the right.
Ps: you can filter on the following values: tvl, total_apy, activity_apy, rewards_apy.

string

The symbol of the underlying token that will be used to filter the pools (ex.: USDC, DAI, USDT, DAI, WETH, etc.).

string

The address of the underlying token that will be used to filter the pools (ex.: USDC, DAI, USDT, DAI, WETH, etc.).

number

Specify the number of pools that will be returned.
Default: 100, Minimum: 1, Maximum: 500.

boolean

Specify if the pools must be ordered in the DESCENDING order. Default to: true.

string

[Beta Feature] - The order that will be used to order the pools.
PS: you can order on the following values: tvl, total_apy, activity_apy, rewards_apy.

boolean

[Beta Feature] - Specify if you want the daily, weekly, monthly average for the APY values and TVL change. Default to: false

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json