New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
Retrieve Merkle proofs for multiple compressed Solana NFTs in a single batch request for efficient verification and on-chain operations
curl --request POST \
--url 'https://mainnet.helius-rpc.com/?api-key=' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "1",
"method": "getAssetProofBatch",
"params": {
"ids": [
"Bu1DEKeawy7txbnCEJE4BU3BKLXaNAKCYcHR4XhndGss"
]
}
}
'{
"jsonrpc": "2.0",
"result": {
"Bu1DEKeawy7txbnCEJE4BU3BKLXaNAKCYcHR4XhndGss": {
"last_indexed_slot": 365750752,
"root": "2o6Y6EiY3WXhoaEpei2pHmHLYnHDcEQVhgD89GrGHDBH",
"proof": [
"EmJXiXEAhEN3FfNQtBa5hwR8LC5kHvdLsaGCoERosZjK",
"7NEfhcNPAwbw3L87fjsPqTz2fQdd1CjoLE138SD58FDQ"
],
"node_index": 16384,
"leaf": "6YdZXw49M97mfFTwgQb6kxM2c6eqZkHSaW9XhhoZXtzv",
"tree_id": "2kuTFCcjbV22wvUmtmgsFR7cas7eZUzAu96jzJUvUcb7",
"burnt": "<unknown>"
}
},
"id": "my-id"
}Documentation Index
Fetch the complete documentation index at: https://helius-feat-signup-payment-link-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Your Helius API key required for authenticating batch requests to the Solana compression API.
"string"
The version of the JSON-RPC protocol.
2.0 An ID to identify the request.
The name of the DAS method to invoke.
getAssetProofBatch Show child attributes
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": "getAssetProofBatch",
"params": {
"ids": [
"Bu1DEKeawy7txbnCEJE4BU3BKLXaNAKCYcHR4XhndGss"
]
}
}
'{
"jsonrpc": "2.0",
"result": {
"Bu1DEKeawy7txbnCEJE4BU3BKLXaNAKCYcHR4XhndGss": {
"last_indexed_slot": 365750752,
"root": "2o6Y6EiY3WXhoaEpei2pHmHLYnHDcEQVhgD89GrGHDBH",
"proof": [
"EmJXiXEAhEN3FfNQtBa5hwR8LC5kHvdLsaGCoERosZjK",
"7NEfhcNPAwbw3L87fjsPqTz2fQdd1CjoLE138SD58FDQ"
],
"node_index": 16384,
"leaf": "6YdZXw49M97mfFTwgQb6kxM2c6eqZkHSaW9XhhoZXtzv",
"tree_id": "2kuTFCcjbV22wvUmtmgsFR7cas7eZUzAu96jzJUvUcb7",
"burnt": "<unknown>"
}
},
"id": "my-id"
}