@Path(value="v2")
@Produces(value="application/json")
public interface Bitso
| Modifier and Type | Method and Description |
|---|---|
BitsoOrderBook |
getOrderBook()
Returns "bids" and "asks".
|
BitsoTicker |
getTicker() |
BitsoTransaction[] |
getTransactions()
Returns descending list of transactions.
|
BitsoTransaction[] |
getTransactions(String time)
Returns descending list of transactions.
|
@GET @Path(value="order_book/") BitsoOrderBook getOrderBook() throws BitsoException, IOException
BitsoExceptionIOException@GET @Path(value="ticker/") BitsoTicker getTicker() throws BitsoException, IOException
BitsoExceptionIOException@GET @Path(value="transactions/") BitsoTransaction[] getTransactions() throws BitsoException, IOException
BitsoExceptionIOException@GET @Path(value="transactions/") BitsoTransaction[] getTransactions(@QueryParam(value="time") String time) throws BitsoException, IOException
BitsoExceptionIOExceptionCopyright © 2012–2017 Knowm Inc.. All rights reserved.