Name | Type | Description | Notes |
---|---|---|---|
balance | java.math.BigDecimal | The balance of the token in the wallet | |
network | kotlin.String | The network of the blockchain you selected - Solana: `devnet`, `mainnet-beta` - Ethereum: `ropsten`, `mainnet` Defaults when not provided (not applicable to path parameters): - Solana: `devnet` - Ethereum: `ropsten` | |
integerBalance | java.math.BigDecimal | Not included if retreiving native token (e.g., SOL, ETH, BNB, etc.) balance | [optional] |
decimals | java.math.BigDecimal | Not included if retreiving native token (e.g., SOL, ETH, BNB, etc.) balance. | [optional] |
unit | kotlin.String | Not included if retreiving a token / NFT balance | [optional] |