public interface BitMarketAuthenticated
| Modifier and Type | Method and Description |
|---|---|
BitMarketCancelResponse |
cancel(String apiKey,
si.mazi.rescu.ParamsDigest sign,
si.mazi.rescu.SynchronizedValueFactory<Long> timestamp,
long id) |
BitMarketDepositResponse |
deposit(String apiKey,
si.mazi.rescu.ParamsDigest sign,
si.mazi.rescu.SynchronizedValueFactory<Long> timestamp,
String currency) |
BitMarketHistoryOperationsResponse |
history(String apiKey,
si.mazi.rescu.ParamsDigest sign,
si.mazi.rescu.SynchronizedValueFactory<Long> timestamp,
String currency,
int count,
long start) |
BitMarketAccountInfoResponse |
info(String apiKey,
si.mazi.rescu.ParamsDigest sign,
si.mazi.rescu.SynchronizedValueFactory<Long> timestamp) |
BitMarketOrdersResponse |
orders(String apiKey,
si.mazi.rescu.ParamsDigest sign,
si.mazi.rescu.SynchronizedValueFactory<Long> timestamp) |
BitMarketTradeResponse |
trade(String apiKey,
si.mazi.rescu.ParamsDigest sign,
si.mazi.rescu.SynchronizedValueFactory<Long> timestamp,
String market,
String type,
BigDecimal amount,
BigDecimal rate) |
BitMarketHistoryTradesResponse |
trades(String apiKey,
si.mazi.rescu.ParamsDigest sign,
si.mazi.rescu.SynchronizedValueFactory<Long> timestamp,
String market,
int count,
long start) |
BitMarketWithdrawResponse |
withdraw(String apiKey,
si.mazi.rescu.ParamsDigest sign,
si.mazi.rescu.SynchronizedValueFactory<Long> timestamp,
String currency,
BigDecimal amount,
String address) |
BitMarketAccountInfoResponse info(@HeaderParam(value="API-Key") String apiKey, @HeaderParam(value="API-Hash") si.mazi.rescu.ParamsDigest sign, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp) throws IOException
IOExceptionBitMarketWithdrawResponse withdraw(@HeaderParam(value="API-Key") String apiKey, @HeaderParam(value="API-Hash") si.mazi.rescu.ParamsDigest sign, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String currency, BigDecimal amount, String address) throws IOException
IOExceptionBitMarketDepositResponse deposit(@HeaderParam(value="API-Key") String apiKey, @HeaderParam(value="API-Hash") si.mazi.rescu.ParamsDigest sign, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String currency) throws IOException
IOExceptionBitMarketOrdersResponse orders(@HeaderParam(value="API-Key") String apiKey, @HeaderParam(value="API-Hash") si.mazi.rescu.ParamsDigest sign, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp) throws IOException
IOExceptionBitMarketTradeResponse trade(@HeaderParam(value="API-Key") String apiKey, @HeaderParam(value="API-Hash") si.mazi.rescu.ParamsDigest sign, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String market, String type, BigDecimal amount, BigDecimal rate) throws IOException
IOExceptionBitMarketCancelResponse cancel(@HeaderParam(value="API-Key") String apiKey, @HeaderParam(value="API-Hash") si.mazi.rescu.ParamsDigest sign, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, long id) throws IOException
IOExceptionBitMarketHistoryTradesResponse trades(@HeaderParam(value="API-Key") String apiKey, @HeaderParam(value="API-Hash") si.mazi.rescu.ParamsDigest sign, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String market, int count, long start) throws IOException
IOExceptionBitMarketHistoryOperationsResponse history(@HeaderParam(value="API-Key") String apiKey, @HeaderParam(value="API-Hash") si.mazi.rescu.ParamsDigest sign, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String currency, int count, long start) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.