---
title: "Search transactions"
method: GET
path: "/txs"
tags: ["ICS0"]
---

# Search transactions

`GET /txs`

Search transactions by tag

## Query parameters

- `tag` string, required
- `page` integer
- `size` integer

## Response `200`

All Tx matching the provided tags

- TxQuery[]
  - `hash` string
  - `height` number
  - `tx` StdTx
    - `msg` Msg[]
    - `fee` object
      - `gas` string
      - `amount` Coin[]
        - `denom` string
        - `amount` string
    - `memo` string
    - `signature` object
      - `signature` string
      - `pub_key` object
        - `type` string
        - `value` string
      - `account_number` string
      - `sequence` string
  - `result` object
    - `log` string
    - `gas_wanted` string
    - `gas_used` string
    - `tags` KVPair[]
      - `key` string
      - `value` string

## Other responses

- `400` — Invalid search tags
- `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/revisions/66846564e1ee/schema)
