---
title: "Get Transactions Std"
method: GET
path: "/getTransactionsStd"
tags: ["accounts", "transactions"]
---

# Get Transactions Std

`GET /getTransactionsStd`

Get standardized transaction history of a given address.

## Query parameters

- `address` string, required — Identifier of target TON account in any form.
- `limit` integer — Maximum number of transactions in response.
- `lt` integer — Logical time of transaction to start with, must be sent with *hash*.
- `hash` string — Hash of transaction to start with, in *base64* or *hex* encoding , must be sent with *lt*.
- `to_lt` integer — Logical time of transaction to finish with (to get tx from *lt* to *to_lt*).
- `archival` boolean — By default getTransaction request is processed by any available liteserver. If *archival=true* only liteservers with full history are used.

## Response `200`

Successful Response

- TonResponse
  - `ok` boolean, required
  - `result` union
    - string
    - unknown[]
      - unknown
    - object
  - `error` string
  - `code` integer

## Other responses

- `422` — Validation Error
- `504` — Lite Server Timeout

## Changes

> 3 revisions in range; 1 could not be searched.

- **2026-03-20** `b44688baa1c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/rsquad/apis/ton-http-api/changes/getTransactionsStd/get.md)

---

[API](https://skmtc.dev/rsquad/apis/ton-http-api.md) · [All operations](https://skmtc.dev/rsquad/apis/ton-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rsquad/ton-http-api/revisions/73848a110060/schema)
