User Tokens
ArConnect Injected API userTokens() function
Some applications may request access to the tokens in your wallet and their associated balances. The userTokens()
function returns the result from the API call.
Argument | Type | Description |
---|---|---|
| Optional settings for balance inclusion |
Note: This function requires the ACCESS_TOKENS
permission.
Note: The options
argument is optional. If not provided, the balance will not be included in the result.
Options
Currently ArConnect allows you to customize the balance fetching behavior (false
by default):
Result
The userTokens()
function returns an array of token information objects. If the fetchBalance
option is set to true
, each token object will include its balance. The balance
property of the token object may be null
if there is an issue retrieving it.
Example usage
Last updated