---
title: "Get the list of unconfirmed transactions"
method: GET
path: "/unconfirmed_txs"
tags: ["Info"]
---

# Get the list of unconfirmed transactions

`GET /unconfirmed_txs`

Get list of unconfirmed transactions

## Query parameters

- `limit` integer

## Response `200`

List of unconfirmed transactions

- UnconfirmedTransactionsResponse
  - `jsonrpc` string, required
  - `id` integer, required
  - `result` object, required
    - `n_txs` string, required
    - `total` string, required
    - `total_bytes` string, required
    - `txs` string[], nullable, 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/revisions/f8b90bf02ef4/schema)
