getMultipleNewAddressProofs
Retrieve proofs that the new addresses are not taken already and can be created. Overview with RPC method guide.
post
Body
idstring · enumRequiredPossible values:
An ID to identify the request.
jsonrpcstring · enumRequiredPossible values:
The version of the JSON-RPC protocol.
methodstring · enumRequiredPossible values:
The name of the method to invoke.
paramsany[]Required
Responses
200Success
application/json
400
Invalid request.
application/json
401
Unauthorized request.
application/json
403
Request was forbidden.
application/json
404
The specified resource was not found.
application/json
429
Exceeded rate limit.
application/json
500
The server encountered an unexpected condition that prevented it from fulfilling the request.
application/json
post
POST / HTTP/1.1
Host: mainnet.helius-rpc.com
Content-Type: application/json
Accept: */*
Content-Length: 95
{
"id": "test-account",
"jsonrpc": "2.0",
"method": "getMultipleCompressedAccountProofs",
"params": []
}
{
"context": {
"slot": 100
},
"value": []
}
Last updated