New: getTransactionsForAddress - Query transaction history with advanced filtering, sorting, and pagination. Learn More
English
Returns proofs that the new addresses are not taken already and can be created.
cURL
curl --request POST \ --url 'https://mainnet.helius-rpc.com/?api-key=' \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": "1", "method": "getMultipleNewAddressProofsV2", "params": [ { "address": "11111118F5rixNBnFLmioWZSYzjjFuAL5dyoDVzhD", "tree": "11111118F5rixNBnFLmioWZSYzjjFuAL5dyoDVzhD" } ] } '
{ "context": { "slot": 100 }, "value": [ { "address": "11111118F5rixNBnFLmioWZSYzjjFuAL5dyoDVzhD", "higherRangeAddress": "11111118F5rixNBnFLmioWZSYzjjFuAL5dyoDVzhD", "lowElementLeafIndex": 1, "lowerRangeAddress": "11111118F5rixNBnFLmioWZSYzjjFuAL5dyoDVzhD", "merkleTree": "11111118F5rixNBnFLmioWZSYzjjFuAL5dyoDVzhD", "nextIndex": 1, "proof": [ "11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP" ], "root": "11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP", "rootSeq": 1 } ] }
Your Helius API key. You can get one for free in the dashboard.
The version of the JSON-RPC protocol.
2.0
An ID to identify the request.
The name of the method to invoke.
getMultipleNewAddressProofsV2
Show child attributes
Successfully retrieved multiple new address proofs (V2) from the Solana compression service
Was this page helpful?