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
IOException
MercadoBitcoinOrderBook getOrderBookLTC() throws IOException
IOException
MercadoBitcoinTicker getTickerBTC() throws IOException
IOException
MercadoBitcoinTicker getTickerLTC() throws IOException
IOException
MercadoBitcoinTransaction[] getTransactionsBTC() throws IOException
IOException
MercadoBitcoinTransaction[] getTransactionsLTC() throws IOException
IOException
MercadoBitcoinTransaction[] getTransactionsBTC(Long startTimestamp) throws IOException
IOException
MercadoBitcoinTransaction[] getTransactionsLTC(Long startTimestamp) throws IOException
IOException
MercadoBitcoinTransaction[] getTransactionsBTC(Long startTimestamp, Long endTimestamp) throws IOException
IOException
MercadoBitcoinTransaction[] getTransactionsLTC(Long startTimestamp, Long endTimestamp) throws IOException
IOException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.