---
title: "account data"
method: GET
path: "/accounts"
tags: ["account"]
---

# account data

`GET /accounts`

Returns account states and its parsed data

## Query parameters

- `address` string[]
- `latest` boolean
- `interface` string[]
- `owner_address` string
- `minter_address` string
- `order` 'ASC' | 'DESC'
- `after` integer
- `limit` integer
- `count` boolean

## Response `200`

OK

- FilterAccountsRes
  - `results` CoreAccountState[]
    - `address` integer[]
    - `balance` BunbigInt
    - `block_seq_no` integer
    - `code` integer[]
    - `code_hash` integer[]
    - `content_description` string
    - `content_image` string
    - `content_image_data` integer[]
    - `content_name` string
    - `content_uri` string
    - `data` integer[]
    - `data_hash` integer[]
    - `executed_get_methods` object
    - `fake` boolean
    - `get_method_hashes` integer[]
    - `is_active` boolean
    - `jetton_balance` string
    - `label` CoreAddressLabel
      - `address` integer[]
      - `categories` string[]
      - `name` string
    - `last_tx_hash` integer[]
    - `last_tx_lt` integer
    - `libraries` integer[]
    - `minter_address` integer[]
    - `owner_address` integer[] — common fields for FT and NFT
    - `shard` integer
    - `state_hash` integer[] — only if account is frozen
    - `status` string — TODO: ch enum
    - `types` string[]
    - `updated_at` string
    - `workchain` integer
  - `total` integer

## Changes

- **2026-07-17** `a3d3850ec94f` — 1 info
  - added the new optional `query` request parameter `count`
- **2023-03-20** `a251b3b4a00d` — 2 warning, 1 info
  - deleted the `query` request parameter `collection_address`
  - deleted the `query` request parameter `master_address`
  - added the new optional `query` request parameter `minter_address`
- **2023-03-03** `60e8b0ebd270` — 1 info
  - endpoint added
- **2023-02-22** `e00c25bb9798` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tonindexer/apis/anton/changes/accounts/get.md)

---

[API](https://skmtc.dev/tonindexer/apis/anton.md) · [All operations](https://skmtc.dev/tonindexer/apis/anton/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonindexer/anton/revisions/a3d3850ec94f/schema)
