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<LedgerEntry> |
BitfinexAuthenticated.getLedgerEntries(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
Long startTimeMillis,
Long endTimeMillis,
Long limit,
EmptyRequest empty) |
https://docs.bitfinex.com/reference#rest-auth-ledgers
|
List<LedgerEntry> |
BitfinexAuthenticated.getLedgerEntries(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
String currency,
Long startTimeMillis,
Long endTimeMillis,
Long limit,
EmptyRequest empty) |
|
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 *
|
BitfinexPublicFundingTrade[] |
Bitfinex.getPublicFundingTrades(String fundingSymbol,
int limit,
long startTimestamp,
long endTimestamp,
int sort) |
|
BitfinexPublicTrade[] |
Bitfinex.getPublicTrades(String fundingSymbol,
int limit,
long startTimestamp,
long endTimestamp,
int sort) |
|
List<Status> |
Bitfinex.getStatus(String type,
String symbols) |
|
List<com.fasterxml.jackson.databind.node.ArrayNode> |
Bitfinex.getTickers(String symbols) |
|
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) |
|