public interface SymbolAPI
| 限定符和类型 | 方法和说明 |
|---|---|
SymbolTickResponse |
get24hrStats(String symbol)
Get 24 hr stats for the symbol.
|
AllTickersResponse |
getAllTickers()
Require market ticker for all trading pairs in the market (including 24h volume).
|
List<String> |
getMarketList()
Get the transaction currency for the entire trading market.
|
List<SymbolResponse> |
getSymbolList(String market)
Request via this endpoint to get a list of available currency pairs for trading.
|
List<SymbolResponse> |
getSymbols()
已过时。
|
TickerResponse |
getTicker(String symbol)
Ticker include only the inside (i.e. best) bid and ask data , last price and last trade size.
|
@Deprecated List<SymbolResponse> getSymbols() throws IOException
IOExceptionTickerResponse getTicker(String symbol) throws IOException
symbol - IOExceptionAllTickersResponse getAllTickers() throws IOException
IOExceptionSymbolTickResponse get24hrStats(String symbol) throws IOException
symbol - IOExceptionList<String> getMarketList() throws IOException
IOExceptionList<SymbolResponse> getSymbolList(String market) throws IOException
market - [Optional] The trading marketIOExceptionCopyright © 2023. All rights reserved.