curl --request POST \
--url 'https://mainnet.helius-rpc.com/?api-key=' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "1",
"method": "getCompressedBalanceByOwner",
"params": {
"owner": "11111113R2cuenjG5nFubqX9Wzuukdin2YfGQVzu5"
}
}
'