Skip to content

Latest commit

 

History

History
35 lines (15 loc) · 761 Bytes

File metadata and controls

35 lines (15 loc) · 761 Bytes

theblockchainapi.BalanceResponse

Properties

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

Enum: NetworkEnum

  • devnet (value: "devnet")

  • mainnet-beta (value: "mainnet-beta")

Enum: UnitEnum

  • lamport (value: "lamport")

  • sol (value: "sol")