> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ipworld.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Unconfirmed Transactions

> Get list of unconfirmed transactions

### Query Parameters

<ParamField query="limit" type="integer">
  Maximum number of unconfirmed transactions to return (max: 100)
</ParamField>

### Response

<ResponseField name="response" type="object">
  <p>Unconfirmed transactions</p>

  <Expandable title="Properties">
    <ResponseField name="n_txs" type="string">
      <p>Number of transactions returned</p>
    </ResponseField>

    <ResponseField name="total" type="string">
      <p>Total number of unconfirmed transactions</p>
    </ResponseField>

    <ResponseField name="total_bytes" type="string">
      <p>Total size of unconfirmed transactions in bytes</p>
    </ResponseField>

    <ResponseField name="txs" type="array">
      <p>List of transactions</p>
    </ResponseField>
  </Expandable>
</ResponseField>
