User token balance
Returns the balance of a specific ERC20 token for a given user address.
POST
Body
application/json
Request model for getting an ERC20 token balance.
The chain to use.
Available options:
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The user to get the ERC20 balance of.
Example:
"0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45"
The symbol of the token for which the balance is checked. Note the supported tokens per chain.
Available options:
1INCH
, AAVE
, BAL
, cbBTC
, cbETH
, CRV
, crvUSD
, DAI
, ENS
, ETHx
, FRAX
, FXS
, GHO
, KNC
, LDO
, LINK
, LUSD
, MKR
, osETH
, PYUSD
, rETH
, RPL
, rsETH
, sDAI
, SNX
, STG
, sUSDe
, tBTC
, UNI
, USDC
, USDe
, USDS
, USDT
, WBTC
, weETH
, WETH
, wstETH
, ARB
, EURS
, MAI
, USDCe
, AERO
, EUR
, VIRTUAL
Response
200
application/json
Successful Response
Response model for token balance information.
Amount of tokens a particular address holds
Example:
1.5
Number of decimals of the token
Example:
18
Symbol of the token Note the supported tokens per chain.
Available options:
1INCH
, AAVE
, BAL
, cbBTC
, cbETH
, CRV
, crvUSD
, DAI
, ENS
, ETHx
, FRAX
, FXS
, GHO
, KNC
, LDO
, LINK
, LUSD
, MKR
, osETH
, PYUSD
, rETH
, RPL
, rsETH
, sDAI
, SNX
, STG
, sUSDe
, tBTC
, UNI
, USDC
, USDe
, USDS
, USDT
, WBTC
, weETH
, WETH
, wstETH
, ARB
, EURS
, MAI
, USDCe
, AERO
, EUR
, VIRTUAL
Address of the token
Example:
"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
Was this page helpful?