b70d36b7002b
Returns tokens and their details
Query parameters
The overarching project or platform associated with the DeFi token
The specific standard integration or version of the DeFi project
Underlying tokens of defi token
[ "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2" ]
Exact composition of underlying tokens of defi token
[ "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2" ]
Ethereum addresses for contract interaction of defi tokens
[ "0x7d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9" ]
Ethereum addresses of the tokens
[ "0x030bA81f1c18d280636F32af80b9AAd02Cf0854e" ]
Names of the tokens
[ "Bridged USDT" ]
Symbols of the tokens
[ "USDC" ]
Chain ID of the network of the token
Type of token. If not provided, both types will be taken into account
Type of liquidity. If not provided, both types will be taken into account
Pagination page number. Pages are of length 1000
Number of items per page (max 1000)
Cursor for pagination. Pages are of length 1000
Whether to include token metadata (symbol, name and logos)
Whether to include underlying tokes
Only include tokens with APY over this value
Only include tokens with APY below this value
Only include tokens with TVL over this value
Only include tokens with TVL below this value
Response
Example response
{
"data": [
{
"project": "aave",
"apy": 3.8,
"apyBase": 2.6,
"apyReward": 1.2,
"borrowApyBase": 2.6,
"borrowApyReward": 1.2,
"tvl": 3001020.8
}
]
}