---
title: "broadcast Tx"
method: POST
path: "/txs"
tags: ["ICS0"]
---

# broadcast Tx

`POST /txs`

broadcast tx with tendermint rpc

## Request body

- object
  - `tx` string
  - `return` string

## Response `200`

Broadcast tx result

- BroadcastTxCommitResult
  - `check_tx` CheckTxResult
    - `code` integer
    - `data` string
    - `gas_used` integer
    - `gas_wanted` integer
    - `info` string
    - `log` string
    - `tags` KVPair[]
      - `key` string
      - `value` string
  - `deliver_tx` DeliverTxResult
    - `code` integer
    - `data` string
    - `gas_used` integer
    - `gas_wanted` integer
    - `info` string
    - `log` string
    - `tags` KVPair[]
      - `key` string
      - `value` string
  - `hash` string
  - `height` integer

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos.md) · [All operations](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bnb-chain/gaia-lite-for-cosmos/versions/66846564e1ee/schema)
