ZK Compression
getCompressedTokenAccountBalance
Returns the balance for a given token account.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
A Solana public key represented as a base58 string.
A 32-byte hash represented as a base58 string.
Authorizations
Body
application/json
The version of the JSON-RPC protocol.
Available options:
2.0 An ID to identify the request.
The name of the method to invoke.
Available options:
getCompressedTokenAccountBalance Request for compressed account data
Example:
{
"address": null,
"hash": "11111111111111111111111111111111"
}Previous
getCompressedTokenAccountsByDelegateReturns the compressed token accounts that are partially or fully delegated to the given delegate.
Next
cURL