Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

getSupportedTokens

node v18.11.0
version: 1.0.2
endpointsharetweet
const { getSupportedTokens } = require("wido") const tokenList = await getSupportedTokens({ chainId: [1, 137], // (Optional) Array of chain ids to filter by protocol: ["dex", "yearn.finance", "aave.com"] // (Optional) Array of protocols to filter by }) console.log(tokenList)
Loading…

no comments

    sign in to comment