Multi-chain Assets
Using the multi-chain asset data available on Etherspot
Getting started
Getting the native currencies
const nativeCurrencies = await sdk.getNativeCurrencies();
console.log('Native Currencies:', nativeCurrencies);Getting a token list
Getting a token list by token list name
Last updated
Was this helpful?