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