---
title: "POST /getMultipleAccountInterfaces"
method: POST
path: "/getMultipleAccountInterfaces"
---

# POST /getMultipleAccountInterfaces

`POST /getMultipleAccountInterfaces`

## Request body

- object
  - `id` 'test-account', required — An ID to identify the request.
  - `jsonrpc` '2.0', required — The version of the JSON-RPC protocol.
  - `method` 'getMultipleAccountInterfaces', required — The name of the method to invoke.
  - `params` object, required — Request for getMultipleAccountInterfaces
    - `addresses` SerializablePubkey[], required — List of account addresses to look up (max 100)

## Response `200`

- object
  - `error` object
    - `code` integer
    - `message` string
  - `id` 'test-account', required — An ID to identify the response.
  - `jsonrpc` '2.0', required — The version of the JSON-RPC protocol.
  - `result` object — Response for getMultipleAccountInterfaces
    - `context` Context, required
      - `slot` integer, required
    - `value` AccountInterface[], required — List of account results (Some for found accounts, None for not found)
      - `account` SolanaAccountData, required — Nested Solana account fields (matches getAccountInfo shape)
        - `data` string, required — A base 64 encoded string.
        - `executable` boolean, required
        - `lamports` integer, required
        - `owner` string, required — A Solana public key represented as a base58 string.
        - `rentEpoch` integer, required
        - `space` integer, required
      - `cold` AccountV2[], nullable — Compressed accounts associated with this pubkey
        - `address` string — A Solana public key represented as a base58 string.
        - `data` AccountData
          - `data` string, required — A base 64 encoded string.
          - `dataHash` string, required — A 32-byte hash represented as a base58 string.
          - `discriminator` integer, required
        - `hash` string, required — A 32-byte hash represented as a base58 string.
        - `lamports` integer, required
        - `leafIndex` integer, required
        - `merkleContext` MerkleContextV2, required
          - `cpiContext` string — A Solana public key represented as a base58 string.
          - `nextTreeContext` TreeContextInfo
            - `cpiContext` string — A Solana public key represented as a base58 string.
            - `queue` string, required — A Solana public key represented as a base58 string.
            - `tree` string, required — A Solana public key represented as a base58 string.
            - `treeType` integer, required
          - `queue` string, required — A Solana public key represented as a base58 string.
          - `tree` string, required — A Solana public key represented as a base58 string.
          - `treeType` integer, required
        - `owner` string, required — A Solana public key represented as a base58 string.
        - `proveByIndex` boolean, required
        - `seq` integer
        - `slotCreated` integer, required
      - `key` string, required — A Solana public key represented as a base58 string.

## Other responses

- `429` — Exceeded rate limit.
- `500` — The server encountered an unexpected condition that prevented it from fulfilling the request.

---

[API](https://skmtc.net/helius-labs/apis/photon-indexer.md) · [All operations](https://skmtc.net/helius-labs/apis/photon-indexer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helius-labs/photon-indexer/versions/0ab5c33fdae3/schema)
