Get list of tokens present in vaults.fyi database
Array of tokens
GET //v1/tokens HTTP/1.1 Host: api.vaults.fyi x-api-key: YOUR_API_KEY Accept: */*
[ { "assetAddress": "text", "assetCaip": "text", "decimals": 1, "name": "text", "network": { "name": "mainnet", "chainId": 1 }, "symbol": "text" } ]