---
title: "Search for transactions"
method: GET
path: "/tx_search"
tags: ["Info"]
---

# Search for transactions

`GET /tx_search`

Search for transactions w/ their results.

See /subscribe for the query syntax.

## Query parameters

- `query` string, required
- `prove` boolean
- `page` integer
- `per_page` integer
- `order_by` string

## Response `200`

List of unconfirmed transactions

- TxSearchResponse
  - `jsonrpc` string, required
  - `id` integer, required
  - `result` object, required
    - `txs` object[], required
      - `hash` string
      - `height` string
      - `index` integer
      - `tx_result` object
        - `log` string, required
        - `gas_wanted` string, required
        - `gas_used` string, required
        - `tags` Event, required
          - `key` string
          - `value` string
          - `index` boolean
      - `tx` string
      - `proof` object
        - `RootHash` string, required
        - `Data` string, required
        - `Proof` object, required
          - `total` string, required
          - `index` string, required
          - `leaf_hash` string, required
          - `aunts` string[], required
    - `total_count` string, required

## Other responses

- `500` — 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)
