public interface MercadoBitcoin
MercadoBitcoinAuthenticated| Modifier and Type | Method and Description |
|---|---|
MercadoBitcoinOrderBook |
getOrderBookBTC()
Returns "bids" and "asks".
|
MercadoBitcoinOrderBook |
getOrderBookLTC()
Returns "bids" and "asks".
|
MercadoBitcoinTicker |
getTickerBTC() |
MercadoBitcoinTicker |
getTickerLTC() |
MercadoBitcoinTransaction[] |
getTransactionsBTC() |
MercadoBitcoinTransaction[] |
getTransactionsBTC(Long startTimestamp) |
MercadoBitcoinTransaction[] |
getTransactionsBTC(Long startTimestamp,
Long endTimestamp) |
MercadoBitcoinTransaction[] |
getTransactionsLTC() |
MercadoBitcoinTransaction[] |
getTransactionsLTC(Long startTimestamp) |
MercadoBitcoinTransaction[] |
getTransactionsLTC(Long startTimestamp,
Long endTimestamp) |
MercadoBitcoinOrderBook getOrderBookBTC() throws IOException
IOExceptionMercadoBitcoinOrderBook getOrderBookLTC() throws IOException
IOExceptionMercadoBitcoinTicker getTickerBTC() throws IOException
IOExceptionMercadoBitcoinTicker getTickerLTC() throws IOException
IOExceptionMercadoBitcoinTransaction[] getTransactionsBTC() throws IOException
IOExceptionMercadoBitcoinTransaction[] getTransactionsLTC() throws IOException
IOExceptionMercadoBitcoinTransaction[] getTransactionsBTC(Long startTimestamp) throws IOException
IOExceptionMercadoBitcoinTransaction[] getTransactionsLTC(Long startTimestamp) throws IOException
IOExceptionMercadoBitcoinTransaction[] getTransactionsBTC(Long startTimestamp, Long endTimestamp) throws IOException
IOExceptionMercadoBitcoinTransaction[] getTransactionsLTC(Long startTimestamp, Long endTimestamp) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.