---
title: "Run Get Method Std"
method: POST
path: "/runGetMethodStd"
tags: ["run method"]
---

# Run Get Method Std

`POST /runGetMethodStd`

Run get method on smart contract with standardized stack format.

## Request body

- BodyRunGetMethodRunGetMethodPost
  - `address` string, required — Contract address
  - `method` union, required — Method name or method id
    - string
    - integer
  - `stack` array[], required — Array of stack elements: `[['num',3], ['cell', cell_object], ['slice', slice_object]]`
    - unknown[]
      - unknown
  - `seqno` integer — Seqno of masterchain block at which moment the Get Method is to be executed

## 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/runGetMethodStd/post.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)
