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": "getMultipleNewAddressProofs",
"params": [
"11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs"
]
}
'{
"context": {
"slot": 100
},
"value": [
{
"address": "11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs",
"higherRangeAddress": "11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs",
"lowElementLeafIndex": 1,
"lowerRangeAddress": "11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs",
"merkleTree": "11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs",
"nextIndex": 1,
"proof": [
"11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP"
],
"root": "11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP",
"rootSeq": 1
}
]
}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.
The version of the JSON-RPC protocol.
2.0 An ID to identify the request.
The name of the method to invoke.
getMultipleNewAddressProofs A Solana public key 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": "getMultipleNewAddressProofs",
"params": [
"11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs"
]
}
'{
"context": {
"slot": 100
},
"value": [
{
"address": "11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs",
"higherRangeAddress": "11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs",
"lowElementLeafIndex": 1,
"lowerRangeAddress": "11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs",
"merkleTree": "11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs",
"nextIndex": 1,
"proof": [
"11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP"
],
"root": "11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP",
"rootSeq": 1
}
]
}