v1
latestOpenAPI 3.0.02026-07-26278284.4 KBTokens
Returns tokens and their details. <Tip>This APi includes cursor-based pagination with default 1000 items per page.</Tip>
Query parameters
Whether to include token metadata (symbol, name and logos)
Chain ID of the network of the token
The overarching project or platform associated with the DeFi token, for example aave
The specific standard integration or version of the DeFi project, for example aave-v2
Ethereum addresses of the tokens
[ "0x030bA81f1c18d280636F32af80b9AAd02Cf0854e" ]
Underlying tokens of defi token
[ "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2" ]
Exact composition of underlying tokens of defi token
[ "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2" ]
Ethereum addresses for contract interaction of defi tokens
[ "0x7d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9" ]
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
Type of token. If not provided, both types will be taken into account
Pagination page number. Pages are of length 1000
Cursor for pagination. Pages are of length 1000
Names of the tokens
[ "Bridged USDT" ]
Symbols of the tokens
[ "USDC" ]
Number of items per page (max 1000)
Whether to include underlying tokes
Response
Example response
{
"data": [
{
"project": "aave",
"apy": 3.8,
"apyBase": 2.6,
"apyReward": 1.2,
"borrowApyBase": 2.6,
"borrowApyReward": 1.2,
"tvl": 3001020.8
}
]
}