Event Market Data
Event Market Data Interfaces
📄️ Snapshot
• Function description: Get real-time market snapshot data for a event instrument.<br/>• Frequency limit: Market-data Interfaces Rate limit 600 requests per minute
📄️ Depth
• Function description: Get the current order book for a specific event instrument. The order book shows all active bid orders for both yes and no sides of a binary market. It returns yes bids and no bids only (no asks are returned).This is because in binary markets, a bid for yes at price X is equivalent to an ask for no at price (100-X). For example, a yes bid at 6¢ is the same as a no ask at 94¢, with identical contract sizes.<br/>• Frequency limit: Market-data Interfaces Rate limit 600 requests per minute
📄️ Bars
• Function description: Query the most recent N candlestick charts based on event symbol, time granularity, and type. Supports historical candlestick charts at various granularities such as M1 and M5. <br/>• Frequency limit: Market-data Interfaces Rate limit 600 requests per minute
📄️ Tick
• Function description: Detailed transaction records, including transaction time, price, quantity, and transaction direction. Data is sorted in reverse chronological order, with the most recent transaction record first. <br/>• Frequency limit: Market-data Interfaces Rate limit 600 requests per minute