-
Methods in org.knowm.xchange.bitfinex.v2 with parameters of type EmptyRequest
| Modifier and Type |
Method |
Description |
List<Position> |
BitfinexAuthenticated.activePositions(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
EmptyRequest empty) |
https://docs.bitfinex.com/v2/reference#rest-auth-positions
|
List<ActiveOrder> |
BitfinexAuthenticated.getActiveOrders(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
String symbol,
EmptyRequest empty) |
https://docs.bitfinex.com/v2/reference#rest-auth-orders
|
List<Movement> |
BitfinexAuthenticated.getMovementsHistory(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
Long startTimeMillis,
Long endTimeMillis,
Integer limit,
EmptyRequest empty) |
|
List<Movement> |
BitfinexAuthenticated.getMovementsHistory(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
String symbol,
Long startTimeMillis,
Long endTimeMillis,
Integer limit,
EmptyRequest empty) |
|
List<OrderTrade> |
BitfinexAuthenticated.getOrderTrades(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
String symbol,
Long orderId,
EmptyRequest empty) |
https://docs.bitfinex.com/reference#rest-auth-order-trades *
|
List<Trade> |
BitfinexAuthenticated.getTrades(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
Long startTimeMillis,
Long endTimeMillis,
Long limit,
Long sort,
EmptyRequest empty) |
https://docs.bitfinex.com/v2/reference#rest-auth-trades-hist
|
List<Trade> |
BitfinexAuthenticated.getTrades(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
String symbol,
Long startTimeMillis,
Long endTimeMillis,
Long limit,
Long sort,
EmptyRequest empty) |
|
List<Wallet> |
BitfinexAuthenticated.getWallets(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
EmptyRequest empty) |
https://docs.bitfinex.com/reference#rest-auth-wallets
|
-