ZK Compression
getCompressedAccountProof
Returns a proof the compression program uses to verify that the account is valid.
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 32-byte cryptographic hash represented as a base58 string, uniquely identifying a Solana compressed account.
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 for retrieving Solana compressed account proof data.
Available options:
getCompressedAccountProof Previous
getCompressedAccountsByOwnerReturns all ZK Compression compressed accounts owned by a given Solana address — with pagination via cursor, data slicing, and filter predicates for efficient queries.
Next
cURL