The Poloniex API docs say that:
The dictionary portion of each market message ("kwargs" in the Node.js example) will contain a sequence number with the key "seq".
However, the async API only provides type, currency_pair, and data, which includes rate, type and amount (for modify events).
Where is the "seq"? What am I missing here?