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

# Broadcast Transaction (Sync)

> Broadcast a transaction and wait for CheckTx result

### Query Parameters

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

### Response

<ResponseField name="response" type="object">
  <p>Transaction broadcast 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="hash" type="string">
      <p>Transaction hash</p>
    </ResponseField>
  </Expandable>
</ResponseField>
