orderBook.{marketId}.{multiplier}.{limit}
Topic returns diff of order book for specific market
marketId: string; multiplier: number; limit: number; timestamp: string; bids: [number, number][]; asks: [number, number][];
Last updated 11 months ago