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

# POST /v2/accounts/_bulk

`POST /v2/accounts/_bulk`

Get human-friendly information about several accounts without low-level details.

## Query parameters

- `currency` string

## Request body

- object
  - `account_ids` string[], required

## Response `200`

a list of accounts

- Accounts
  - `accounts` Account[], required
    - `address` string, address, required
    - `balance` integer, required
    - `currencies_balance` object — {'USD': 1, 'IDR': 1000}
    - `extra_balance` ExtraCurrency[]
      - `amount` string, required
      - `preview` EcPreview, required
        - `decimals` integer, required
        - `id` integer, required
        - `image` string, required
        - `symbol` string, required
    - `get_methods` string[], required
    - `icon` string
    - `interfaces` string[]
    - `is_scam` boolean
    - `is_suspended` boolean
    - `is_wallet` boolean, required
    - `last_activity` integer, required — unix timestamp
    - `memo_required` boolean
    - `name` string
    - `status` 'nonexist' | 'uninit' | 'active' | 'frozen', 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)
