---
title: "POST /v2/blockchain/accounts/_bulk"
method: POST
path: "/v2/blockchain/accounts/_bulk"
tags: ["Blockchain"]
---

# POST /v2/blockchain/accounts/_bulk

`POST /v2/blockchain/accounts/_bulk`

Get low-level information about several accounts taken directly from the blockchain.

## Request body

- object
  - `account_ids` string[], required

## Response `200`

a list of raw accounts

- BlockchainRawAccounts
  - `accounts` BlockchainRawAccount[], required
    - `address` string, address, required
    - `balance` integer, required
    - `code` string, cell
    - `data` string, cell
    - `extra_balance` ExtraCurrency[]
      - `amount` string, required
      - `preview` EcPreview, required
        - `decimals` integer, required
        - `id` integer, required
        - `image` string, required
        - `symbol` string, required
    - `frozen_hash` string
    - `last_transaction_hash` string
    - `last_transaction_lt` integer, required
    - `libraries` object[]
      - `public` boolean, required
      - `root` string, cell, required
    - `status` 'nonexist' | 'uninit' | 'active' | 'frozen', required
    - `storage` AccountStorageInfo, required
      - `due_payment` integer, required
      - `last_paid` integer, required — time of the last payment
      - `used_bits` integer, required
      - `used_cells` integer, required
      - `used_public_cells` integer, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer.md) · [All operations](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonapi/rest-api-to-ton-blockchain-explorer/revisions/fc4add7a71a0/schema)
