AccountBalances
A list of balances regarding an account.
type AccountBalances {
available: Amount!
pending: Amount!
booked: Amount!
reserved: Amount!
}
Fields
AccountBalances.available
● Amount!
non-null object
Balance composed of booked, pending transactions and rolling reserve used known at the time of calculation.
AccountBalances.pending
● Amount!
non-null object
Balance just composed of pending transactions.
AccountBalances.booked
● Amount!
non-null object
Balance just composed of booked transactions.
AccountBalances.reserved
● Amount!
non-null object
Balance just composed of rolling reserve used in booked transactions.