ZK Compression
getCompressedAccount
Returns the compressed account with the given address or hash.
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
The Solana public key of the compressed account to retrieve data for
The data hash identifier of the compressed Solana account if the address is not available
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:
getCompressedAccount Request parameters for retrieving compressed account data on Solana, including address identifier or data hash for compressed NFTs and tokens
Example:
{
"address": null,
"hash": "11111111111111111111111111111111"
}Previous
getCompressedAccountProofReturns a proof the compression program uses to verify that the account is valid.
Next
cURL