Skip to main content
POST
/
getMultipleNewAddressProofs
{
  "error": {
    "code": 123,
    "message": "<string>"
  },
  "id": "test-account",
  "jsonrpc": "2.0",
  "result": {
    "context": {
      "slot": 100
    },
    "value": [
      {
        "address": "111111131h1vYVSYuKP6AhS86fbRdMw9XHiZAvAaj",
        "higherRangeAddress": "111111131h1vYVSYuKP6AhS86fbRdMw9XHiZAvAaj",
        "lowElementLeafIndex": 1,
        "lowerRangeAddress": "111111131h1vYVSYuKP6AhS86fbRdMw9XHiZAvAaj",
        "merkleTree": "111111131h1vYVSYuKP6AhS86fbRdMw9XHiZAvAaj",
        "nextIndex": 1,
        "proof": [
          "11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP"
        ],
        "root": "11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP",
        "rootSeq": 1
      }
    ]
  }
}

Body

application/json
id
enum<string>
required

An ID to identify the request.

Available options:
test-account
jsonrpc
enum<string>
required

The version of the JSON-RPC protocol.

Available options:
2.0
method
enum<string>
required

The name of the method to invoke.

Available options:
getMultipleNewAddressProofs
params
string[]
required

A Solana public key represented as a base58 string.

Response

id
enum<string>
required

An ID to identify the response.

Available options:
test-account
jsonrpc
enum<string>
required

The version of the JSON-RPC protocol.

Available options:
2.0
error
object
result
object