> ## 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.

# Check Transaction

> Verify a transaction without broadcasting it

### Query Parameters

<ParamField query="tx" type="string" required>
  The transaction to check
</ParamField>

### Response

<ResponseField name="response" type="object">
  <p>Transaction check result</p>

  <Expandable title="Properties">
    <ResponseField name="code" type="integer">
      <p>Response code (0 means success)</p>
    </ResponseField>

    <ResponseField name="data" type="string">
      <p>Response data</p>
    </ResponseField>

    <ResponseField name="log" type="string">
      <p>Log message</p>
    </ResponseField>

    <ResponseField name="info" type="string">
      <p>Additional information</p>
    </ResponseField>

    <ResponseField name="gas_wanted" type="string">
      <p>Amount of gas requested</p>
    </ResponseField>

    <ResponseField name="gas_used" type="string">
      <p>Amount of gas consumed</p>
    </ResponseField>
  </Expandable>
</ResponseField>
