Get Market Depth
This WebSocket API provides real-time order book depth updates on Nami Exchange.
Get Real Time Spot Depth By WebSocket
const socket = socketIO("https://stream-asia2.nami.exchange", {
path: "/ws",
upgrade: false,
reconnection: true,
reconnectionDelay: 100,
reconnectionDelayMax: 500,
reconnectionAttempts: Infinity,
transports: ["websocket"],
});1. Connect
2. Subscribe to Market Depth
3. Receive Market Depth Updates
Field
Type
Description
Disconnection & Reconnection
Notes
Last updated