Retrieving Market Depth Data for Symbols Using Market Depth API

How do I use the Market Depth API to get market depth data for a specific symbol?

To fetch market depth data for a specific symbol, utilize the Market Depth API. This API allows you to access comprehensive market data including quantities, OHLC (Open, High, Low, Close) values, and bid/ask prices for the symbol. When making your request, provide the symbol and set the ohlcv_flag to 1. This ensures that the response includes open, high, low, closing, and volume data for the specified symbol. For more detailed information, refer to the Market Depth API documentation.