API Reference

Retrieve a pool from an address

List the information on a specified pool 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.

string
required
Defaults to 0xdf0770df86a8034b3efef0a1bb3c889b8332ff56

The address of the pool 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 address of the underlying token that will be used to filter the pools (ex.: USDC, DAI, USDT, DAI, WETH, etc.).

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

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

boolean

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

boolean

[Beta Feature] - Specify if you want the borrowing APY values. Default to: false. It works only for lending pools.

Responses

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