---
updatedAt: 2026-03-25T08:46:57.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Event Types

Event Streaming has two conditions to receive events:

<Table align={["left","left","left"]}>
  <thead>
    <tr>
      <th style={{ textAlign: "left" }}>
        Events
      </th>

      <th style={{ textAlign: "left" }}>
        Conditions
      </th>

      <th style={{ textAlign: "left" }}>
        Supported Event Types
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td style={{ textAlign: "left" }}>
        Based on the Event Type
      </td>

      <td style={{ textAlign: "left" }}>
        Receive events when a blockchain event of a specific type occurs.
      </td>

      <td style={{ textAlign: "left" }}>
        * [unified_block](https://docs.blockdaemon.com/docs/unified-block)
        * [unified_reorg](https://docs.blockdaemon.com/docs/unified-reorg)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        Based on Address
      </td>

      <td style={{ textAlign: "left" }}>
        Receive events when a blockchain event is related to a specific address.
      </td>

      <td style={{ textAlign: "left" }}>
        * [unified_confirmed_tx](https://docs.blockdaemon.com/docs/unified-confirmed-transaction)
        * [unified_confirmed_balance](https://docs.blockdaemon.com/docs/unified-confirmed-balance)
        * [unified_confirmed_tx_trace](https://docs.blockdaemon.com/docs/unified-confirmed-transaction-trace)
        * [unified_confirmed_tx_log](https://docs.blockdaemon.com/docs/unified-confirmed-transaction-log)
        * [unified_staking_reward](https://docs.blockdaemon.com/docs/unified-staking-reward)
        * [unified_staking_status](https://docs.blockdaemon.com/docs/unified-staking-status)  
        * [unified_event](https://docs.blockdaemon.com/docs/unified-event)
        * [unified_trustline](https://docs.blockdaemon.com/docs/unified-trustline)
      </td>
    </tr>
  </tbody>
</Table>

<br />

## 👋 Need Help?

Contact us through [email](mailto:support@blockdaemon.com) or our [support page](https://www.blockdaemon.com/support) for any issues, bugs, or assistance you may need.