Get Orderbookget https://{region}-api.upbit.com/v1/orderbookRetrieves the real-time orderbook data for the specified markets.Query ParamsmarketsstringrequiredList of trading pairs to query. For multiple pairs, specify them as a comma-separated string. [Example] SGD-BTC,SGD-ETHcountintegerDefaults to 30Number of order book entries to query. Returns the specified number of order book entries, based on the highest bid and lowest ask. If not specified, the default value is 30.Responses 200List of orderbooks 400error object 404error objectUpdated 7 months ago