The result contains a list of chains that looks the following:
{
"tokens":[
{
"chainId":1,
"address":"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"decimals":6,
"symbol":"USDC",
"name":"USD Coin"
},
... // other tokens will be present in the list
]
}
Presented according to different protocols or the token has been paired:
:{
"tokens":[
[
{
"chainId":1,
"address":"0x0000000000000000000000000000000000000000",
"decimals":18,
"symbol":"ETH",
"name":"Ethereum"
},
{
"chainId":1,
"address":"0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8",
"decimals":18,
"symbol":"aEthWETH",
"name":"Aave Ethereum WETH"
}
],
... // other token pair will be present in the list
]
}j