getCompressedBalanceByOwner
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the total balance of the owner's compressed accounts.
An ID to identify the request.
The version of the JSON-RPC protocol.
The name of the method to invoke.
POST / HTTP/1.1
Host: mainnet.helius-rpc.com
Content-Type: application/json
Accept: */*
Content-Length: 139
{
"id": "test-account",
"jsonrpc": "2.0",
"method": "getCompressedBalanceByOwner",
"params": {
"owner": "11111114d3RrygbPdAtMuFnDmzsN8T5fYKVQ7FVr7"
}
}
{
"context": {
"slot": 100
},
"value": 100
}