getMultipleAccounts
JSON-RPC — Accounts
getMultipleAccounts
Returns an array of AccountInfo (or null) for each pubkey. Subject to the same encoding/dataSlice options as getAccountInfo.
POST
getMultipleAccounts
Body
application/json
Available options:
2.0 Example:
"2.0"
Available options:
getMultipleAccounts Example:
"getMultipleAccounts"
[addresses[], config?]
Example:
[
[
"11111111111111111111111111111111",
"So11111111111111111111111111111111111111112"
],
{ "encoding": "base64" }
]Example:
1
