# Copyright (c) Mysten Labs, Inc. # SPDX-License-Identifier: Apache-2.0 query getBalance($owner: SuiAddress!, $coinType: String = "0x2::sui::SUI") { address(address: $owner) { balance(coinType: $coinType) { coinType { repr } totalBalance addressBalance } } }