Messages
{
"e": "monadDepthUpdate",
"E": 1711000000000,
"T": 1711000000,
"s": "MON_USDC",
"U": 1234567,
"states": {
"proposed": {
"b": [
[
"100.50",
"10.5"
]
],
"a": [
[
"100.51",
"8.2"
]
]
},
"voted": {
"b": [
[
"100.49",
"10.5"
]
],
"a": [
[
"100.52",
"8.2"
]
]
},
"finalized": {
"b": [
[
"100.48",
"10.5"
]
],
"a": [
[
"100.53",
"8.2"
]
]
},
"committed": {
"b": [
[
"100.47",
"10.5"
]
],
"a": [
[
"100.54",
"8.2"
]
]
}
}
}Websockets
Multi-State Orderbook
All four Monad consensus state orderbooks delivered in a single message.
WSS
{symbol}
@monadDepth
Messages
{
"e": "monadDepthUpdate",
"E": 1711000000000,
"T": 1711000000,
"s": "MON_USDC",
"U": 1234567,
"states": {
"proposed": {
"b": [
[
"100.50",
"10.5"
]
],
"a": [
[
"100.51",
"8.2"
]
]
},
"voted": {
"b": [
[
"100.49",
"10.5"
]
],
"a": [
[
"100.52",
"8.2"
]
]
},
"finalized": {
"b": [
[
"100.48",
"10.5"
]
],
"a": [
[
"100.53",
"8.2"
]
]
},
"committed": {
"b": [
[
"100.47",
"10.5"
]
],
"a": [
[
"100.54",
"8.2"
]
]
}
}
}symbol
type:enum
required
Trading pair symbol in lowercase (e.g., mon_usdc, ethusdc)
Available options:
mon_usdc, ethusdc, btcusdcMonad Multi-State Depth Update
type:object
Orderbook update for all four Monad consensus states
⌘I