{
"trade_id": 123,
"instrument_id": "<string>",
"price": 123,
"size": 123,
"taker": "<string>",
"maker": "<string>",
"taker_side": "<string>",
"timestamp": 123
}Real-time trade feed for an instrument.
{
"trade_id": 123,
"instrument_id": "<string>",
"price": 123,
"size": 123,
"taker": "<string>",
"maker": "<string>",
"taker_side": "<string>",
"timestamp": 123
}Instrument identifier.
Includes taker and maker user IDs.