---
title: "Get Config All"
method: GET
path: "/getConfigAll"
tags: ["get config"]
---

# Get Config All

`GET /getConfigAll`

Get all config parameters.

## Query parameters

- `seqno` integer — Masterchain seqno. If not specified, latest blockchain state will be 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

- **2026-07-17** `73848a110060` — 1 info
  - endpoint added
- **2026-03-20** `b44688baa1c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/rsquad/apis/ton-http-api/changes/getConfigAll/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)
