---
title: "Checks the transaction without executing it."
method: GET
path: "/check_tx"
tags: ["Tx"]
---

# Checks the transaction without executing it.

`GET /check_tx`

The transaction won't be added to the mempool.

Please refer to
https://docs.tendermint.com/v0.34/tendermint-core/using-tendermint.html#formatting
for formatting/encoding rules.

Upon success, the `Cache-Control` header will be set with the default
maximum age.

## Query parameters

- `tx` string, required

## Response `200`

ABCI application's CheckTx response

- CheckTxResponse
  - `error` string, required
  - `result` object, required
    - `code` string, required
    - `data` string, required
    - `log` string, required
    - `info` string
    - `gas_wanted` string
    - `gas_used` string
    - `events` object[], nullable
      - `type` string
      - `attributes` Event[]
        - `key` string
        - `value` string
        - `index` boolean
    - `codespace` string
  - `id` integer, required
  - `jsonrpc` string, required

## Other responses

- `500` — empty error

---

[API](https://skmtc.net/finschia/apis/ostracon-rpc.md) · [All operations](https://skmtc.net/finschia/apis/ostracon-rpc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finschia/ostracon-rpc/versions/f8b90bf02ef4/schema)
