Get orderbook snapshot for a trading pair. Supports querying different consensus states.
Weight: 1 (limit ≤ 100) / 5 (limit 101–500) / 10 (limit 501–1000) / 20 (limit > 1000)
Trading pair symbol (e.g., MONUSDC, ETHUSDC)
"MONUSDC"
Number of levels to return (default 100, max 5000)
1 <= x <= 5000100
Orderbook state to query (Monad-specific). Options:
proposed: Block startedvoted: QC receivedfinalized: Reorg-proofcommitted: State verified (default)proposed, voted, finalized, committed "committed"
Successful response
Orderbook depth response
Block number of the last update
1234567890
List of bid levels [price, quantity]
2 elements[["100.50", "10.5"], ["100.49", "5.0"]]List of ask levels [price, quantity]
2 elements[["100.51", "8.2"], ["100.52", "12.0"]]