@Path(value="bist")
@Produces(value="application/json")
public interface CoinfloorPublic
| Modifier and Type | Method and Description |
|---|---|
CoinfloorOrderBook |
getOrderBook(Currency base,
Currency counter) |
CoinfloorTicker |
getTicker(Currency base,
Currency counter) |
CoinfloorTransaction[] |
getTransactions(Currency base,
Currency counter,
CoinfloorMarketDataServiceRaw.CoinfloorInterval period) |
@GET
@Path(value="{base}/{counter}/ticker/")
CoinfloorTicker getTicker(@PathParam(value="base")
Currency base,
@PathParam(value="counter")
Currency counter)
throws CoinfloorException,
IOException
CoinfloorExceptionIOException@GET
@Path(value="{base}/{counter}/order_book/")
CoinfloorOrderBook getOrderBook(@PathParam(value="base")
Currency base,
@PathParam(value="counter")
Currency counter)
throws CoinfloorException,
IOException
CoinfloorExceptionIOException@GET
@Path(value="{base}/{counter}/transactions/")
CoinfloorTransaction[] getTransactions(@PathParam(value="base")
Currency base,
@PathParam(value="counter")
Currency counter,
@QueryParam(value="time")
CoinfloorMarketDataServiceRaw.CoinfloorInterval period)
throws CoinfloorException,
IOException
CoinfloorExceptionIOExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.