GraphQL API Queries [WALLET] Balances
Returns your wallets balances for all currencies
query { wallet_balances { # Decimal value value # 42.42 # Currency currency # USD } }