Messages
{
"e": "depthUpdate",
"E": 1711000000000,
"T": 1711000000,
"s": "MON_USDC",
"U": 1234567,
"u": 1234567,
"b": [
[
"100.50",
"10.5"
],
[
"100.49",
"5.0"
]
],
"a": [
[
"100.51",
"8.2"
],
[
"100.52",
"12.0"
]
]
}Websockets
State-Specific Orderbook
Orderbook updates filtered to a specific Monad consensus state.
WSS
{symbol}
@depth@
{state}
Messages
{
"e": "depthUpdate",
"E": 1711000000000,
"T": 1711000000,
"s": "MON_USDC",
"U": 1234567,
"u": 1234567,
"b": [
[
"100.50",
"10.5"
],
[
"100.49",
"5.0"
]
],
"a": [
[
"100.51",
"8.2"
],
[
"100.52",
"12.0"
]
]
}symbol
type:enum
required
Trading pair symbol in lowercase (e.g., mon_usdc, ethusdc)
Available options:
mon_usdc, ethusdc, btcusdcstate
type:enum
required
Monad consensus state
Available options:
proposed, voted, finalized, committedDepth Update
type:object
Incremental orderbook update
⌘I