Standardized Envelope

All events produced by Event Streaming will be produced in a standardized envelope. Below is an example of the structure:

{
  "protocol":"bitcoin",
  "network":"mainnet",
  "event_type":"unified_confirmed_balance",
  "data": {}
}

Schema

FieldTypeDescription
protocolstringThe blockchain protocol.
networkstringThe blockchain network.
event_typestringThe name/type of the event.
dataobjectThe event payload.

👋 Need Help?

Contact us through email or our support page for any issues, bugs, or assistance you may need.