Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.01 KB

GeneralBalanceResponse.md

File metadata and controls

17 lines (12 loc) · 1.01 KB

Org.OpenAPITools.Model.GeneralBalanceResponse

Properties

Name Type Description Notes
Balance decimal The balance of the token in the wallet
IntegerBalance decimal Not included if retreiving native token (e.g., SOL, ETH, BNB, etc.) balance [optional]
Decimals decimal 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]