Balance
No description
type Balance {
asset: Asset
amount: Amount
available: Amount
}
Fields
Balance.asset ● Asset object
Asset object
Balance.amount ● Amount object
Amount of the asset - optional conversion in the currency given
Balance.available ● Amount object
The available to spend net of any fees (Support on certain exchanges only)
Member Of
BalanceConnection object