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

# User Transactions

## Subscribe

```json theme={null}
{
  "method": "subscribe",
  "subscription": {
    "type": "userTransactions",
    "user": "0x742d35cc6634c0532925a3b844bc9e7595f0beb"
  }
}
```

## Response

```json theme={null}
{
  "channel": "userTransactions",
  "data": {
    "user": "0x742d35cc6634c0532925a3b844bc9e7595f0beb",
    "transaction": {
      "transactionId": "0x1234...",
      "type": "OrderPlaced",
      "timestamp": 1701234567890,
      "blockNumber": 12345,
      "txIndex": 0,
      "orderId": "0x5678...",
      "data": {}
    }
  }
}
```

## Notes

<Note>This stream currently sends only the transaction envelope plus `data: {}`.</Note>
