Messages
{
"e": "trade",
"E": 1711000000000,
"T": 1711000000,
"s": "MON_USDC",
"t": "123456",
"p": "100.50",
"q": "10.5",
"b": 54467392,
"m": false,
"M": true
}Websockets
Trade Stream
Real-time trade events as they are executed on the exchange.
WSS
{symbol}
@trade
Messages
{
"e": "trade",
"E": 1711000000000,
"T": 1711000000,
"s": "MON_USDC",
"t": "123456",
"p": "100.50",
"q": "10.5",
"b": 54467392,
"m": false,
"M": true
}symbol
type:enum
required
Trading pair symbol in lowercase (e.g., mon_usdc, ethusdc)
Available options:
mon_usdc, ethusdc, btcusdcTrade Update
type:object
A single executed trade
⌘I