API Kit Reference
getTokenList

getTokenList

Returns the list of all the ERC-20 tokens handled by the Safe.

Usage


_10
import { apiKit } from './setup.ts'
_10
_10
const tokens = await apiKit.getTokenList()

Returns

Promise<TokenInfoListResponse>

The list of ERC-20 tokens.

Was this page helpful?