New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
Returns proofs that the new addresses are not taken already and can be created.
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
}
]
}Documentation Index
Fetch the complete documentation index at: https://helius-codex-token-transfer-filter-docs.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.
getMultipleNewAddressProofsV2 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": "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
}
]
}