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
IOException
BitMarketWithdrawResponse 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
IOException
BitMarketDepositResponse 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
IOException
BitMarketOrdersResponse orders(@HeaderParam(value="API-Key") String apiKey, @HeaderParam(value="API-Hash") si.mazi.rescu.ParamsDigest sign, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp) throws IOException
IOException
BitMarketTradeResponse 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
IOException
BitMarketCancelResponse 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
IOException
BitMarketHistoryTradesResponse 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
IOException
BitMarketHistoryOperationsResponse 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
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.