Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1011 Bytes

GeneralBalanceResponse.md

File metadata and controls

14 lines (10 loc) · 1011 Bytes

GeneralBalanceResponse

Properties

Name Type Description Notes
balance Double The balance of the token in the wallet
integerBalance Double Not included if retreiving native token (e.g., SOL, ETH, BNB, etc.) balance [optional]
decimals Double Not included if retreiving native token (e.g., SOL, ETH, BNB, etc.) balance. [optional]
network 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`
unit String Not included if retreiving a token / NFT balance [optional]

[Back to Model list] [Back to API list] [Back to README]