public interface OrderBookAPI
| 限定符和类型 | 方法和说明 |
|---|---|
OrderBookResponse |
getAllLevel2OrderBook(String symbol)
Request via this endpoint to get the order book of the specified symbol.
|
OrderBookResponse |
getTop100Level2OrderBook(String symbol)
Get a list of open orders for a symbol.
|
OrderBookResponse |
getTop20Level2OrderBook(String symbol)
Get a list of open orders for a symbol.
|
OrderBookResponse getTop100Level2OrderBook(String symbol) throws IOException
symbol - IOExceptionOrderBookResponse getTop20Level2OrderBook(String symbol) throws IOException
symbol - IOExceptionOrderBookResponse getAllLevel2OrderBook(String symbol) throws IOException
symbol - IOExceptionCopyright © 2023. All rights reserved.