Skip to main content

GetBalance gRPC Method

Loading...

Updated on
Aug 29, 2025

GetBalance gRPC Method

Parameters

owner
string
REQUIRED
Loading...
coin_type
string
REQUIRED
Loading...

Returns

balance
object
Loading...
coinType
string
Loading...
balance
string
Loading...
Request
1
grpcurl -proto ./sui/rpc/v2beta2/live_data_service.proto -H "x-token: abcde123456789" -d '{
2
"owner": "0xac5bceec1b789ff840d7d4e6ce4ce61c90d190a7f8c4f4ddf0bff6ee2413c33c",
3
"coin_type": "0x2::sui::SUI"
4
}' docs-demo.sui-mainnet.quiknode.pro:9000 sui.rpc.v2beta2.LiveDataService/GetBalance
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free