Tokens
Returns tokens and their details
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The overarching project or platform associated with the DeFi token, for example aave
"aave"
The specific standard integration or version of the DeFi project, for example aave-v2
"aave-v2"
Chain ID of the network of the token
1
Type of token. If not provided, both types will be taken into account
defi
, base
"defi"
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
1
Only include tokens with APY below this value
10
Only include tokens with TVL over this value
0
Only include tokens with TVL below this value
10000000
Pagination page number. Pages are of length 1000
"1"
Cursor for pagination. Pages are of length 1000
"1233456"
Whether to include token metadata (symbol, name and logos)
false
Was this page helpful?