This function returns the balance of all tokens currently supported by Arkane. The list of supported tokens can be found on Github. Tokens need to be based on the ERC20 standard, this included for example ERC20, VIP180, TRC20, ...
arkaneConnect.api.getTokenBalances("d91b644a-076f-44bf-ae90-29251df19784");
🧙 To add support in Arkane for a certain token, simply submit a pull request.
arkaneConnect.api.getTokenBalances(walletId: string): Promise<TokenBalance[]>
Promise<TokenBalance[]>
Parameter | Required | Description |
|
| Wallet ID of the wallet you want to fetch the balance of |
arkaneConnect.api.getTokenBalances("d91b644a-076f-44bf-ae90-29251df19784");