Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 950 Bytes

NativeTokenBalance.md

File metadata and controls

13 lines (12 loc) · 950 Bytes

NativeTokenBalance

Properties

Name Type Description Notes
name String The contract name.
symbol String The contract symbol.
decimals BigDecimal The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
logoUri String The logo uri for the address. [optional]
chainId String The evm chain id.
price AllOfNativeTokenBalancePrice The token price, if available. [optional]
balance String The address balance for the token, in units specified by the `decimals` value for the contract.
balanceValue AllOfNativeTokenBalanceBalanceValue The monetary value of the balance, if a price is available for the token. [optional]