Authorizations
Body
application/json
The version of the JSON-RPC protocol.
Available options:
2.0
An ID to identify the request.
The name of the method to invoke.
Available options:
getMultipleCompressedAccounts
Request parameters for batch retrieving multiple compressed Solana accounts data, supporting lookups by either addresses or cryptographic hashes
Example:
{
"addresses": null,
"hashes": [
"1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM",
"1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh"
]
}