Skip to main content

Subscribe

{
  "method": "subscribe",
  "subscription": {
    "type": "userTransactions",
    "user": "0x742d35cc6634c0532925a3b844bc9e7595f0beb"
  }
}

Response

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

Notes

  • This stream currently sends only the transaction envelope plus data: {}. - For full transaction details, query transactionByHash or related /info explorer endpoints.