New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
Returns multiple proofs used by the compression program to verify the accountsโ validity.
curl --request POST \
--url 'https://mainnet.helius-rpc.com/?api-key=' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "1",
"method": "getMultipleCompressedAccountProofs",
"params": [
"11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP"
]
}
'{
"context": {
"slot": 100
},
"value": [
{
"hash": "11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP",
"leafIndex": 1,
"merkleTree": "11111117SQekjmcMtR25wEPPiL6m1Mb5586NkLL4X",
"proof": [
"11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP"
],
"root": "11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP",
"rootSeq": 1
}
]
}Documentation Index
Fetch the complete documentation index at: https://helius-laserstream-websocket-free-tier-server.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The version of the JSON-RPC protocol.
2.0 An ID to identify the request.
The name of the method to invoke.
getMultipleCompressedAccountProofs A 32-byte hash represented as a base58 string.
Was this page helpful?
curl --request POST \
--url 'https://mainnet.helius-rpc.com/?api-key=' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "1",
"method": "getMultipleCompressedAccountProofs",
"params": [
"11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP"
]
}
'{
"context": {
"slot": 100
},
"value": [
{
"hash": "11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP",
"leafIndex": 1,
"merkleTree": "11111117SQekjmcMtR25wEPPiL6m1Mb5586NkLL4X",
"proof": [
"11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP"
],
"root": "11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP",
"rootSeq": 1
}
]
}