User Tokens
Wander Injected API userTokens() function
Last updated
Was this helpful?
Wander Injected API userTokens() function
Last updated
Was this helpful?
Some applications may request access to the tokens in your wallet and their associated balances. The userTokens()
function returns the from the API call.
options?
Optional settings for balance inclusion
Currently Wander allows you to customize the balance fetching behavior (false
by default):
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.