@Path(value="/")
@Produces(value="application/json")
public interface Vaultoro
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getLatest() |
VaultoroOrderBookResponse |
getVaultoroOrderBook() |
List<VaultoroTrade> |
getVaultoroTrades(String time) |
@GET @Path(value="latest") BigDecimal getLatest() throws IOException, VaultoroException
IOExceptionVaultoroException@GET @Path(value="orderbook") VaultoroOrderBookResponse getVaultoroOrderBook() throws IOException, VaultoroException
IOExceptionVaultoroException@GET @Path(value="transactions/month") List<VaultoroTrade> getVaultoroTrades(String time) throws IOException, VaultoroException
IOExceptionVaultoroExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.