API Kit ReferencegetTokenList getTokenList Returns the list of all the ERC-20 tokens handled by the Safe. Usage example.tssetup.ts_10import { apiKit } from './setup.ts'_10_10const tokens = await apiKit.getTokenList() Returns Promise<TokenInfoListResponse> The list of ERC-20 tokens.getNextNoncegetTokenWas this page helpful?Report issue