---
title: "transaction messages"
method: GET
path: "/message"
tags: ["transaction"]
---

# transaction messages

`GET /message`

Returns filtered messages

## Query parameters

- `hash` string
- `src_address` string
- `dst_address` string
- `src_contract` string
- `dst_contract` string
- `operation_names` string[]
- `offset` integer, required
- `limit` integer, required

## Response `200`

OK

- CoreAccountState[]
  - `address` string
  - `balance` integer
  - `code` integer[]
  - `code_hash` integer[]
  - `data` integer[]
  - `data_hash` integer[]
  - `depth` integer — TODO: do we need it?
  - `is_active` boolean
  - `last_tx_hash` integer[]
  - `last_tx_lt` integer
  - `latest` boolean
  - `state_data` CoreAccountData
    - `address` string
    - `admin_addr` string
    - `balance` string — TODO: pointer here, bun bug
    - `collection_address` string
    - `content_description` string
    - `content_image` string
    - `content_image_data` integer[]
    - `content_name` string
    - `content_uri` string
    - `editor_address` string
    - `initialized` boolean
    - `item_index` integer
    - `last_tx_hash` integer[]
    - `last_tx_lt` integer
    - `master_address` string — OwnerAddress *address.Address
    - `mintable` boolean
    - `next_item_index` integer
    - `owner_address` string — universal column for many contracts
    - `royalty_address` string
    - `royalty_base` integer
    - `royalty_factor` integer
    - `total_supply` string — TODO: pointer here, bun bug
    - `types` string[] — TODO: ContractType here, ch bug
  - `state_hash` integer[] — only if account is frozen
  - `status` string — TODO: enum
  - `tick` boolean
  - `tock` boolean
  - `types` string[] — TODO: list all get method hashes

## Changes

- **2023-02-22** `e00c25bb9798` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tonindexer/apis/anton/changes/message/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/e00c25bb9798/schema)
