Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 828 Bytes

BalanceResponse.md

File metadata and controls

35 lines (19 loc) · 828 Bytes

BalanceResponse

Properties

Name Type Description Notes
balance BigDecimal The balance of the token in the wallet
integerBalance BigDecimal Not included if retreiving SOL balance [optional]
decimals BigDecimal Not included if retreiving SOL balance. Sometimes not included if the balance of the token is '0'. [optional]
network NetworkEnum
unit UnitEnum Not included if retreiving an SPL token/NFT balance [optional]

Enum: NetworkEnum

Name Value
DEVNET "devnet"
MAINNET_BETA "mainnet-beta"

Enum: UnitEnum

Name Value
LAMPORT "lamport"
SOL "sol"