-
Methods in org.knowm.xchange.bitfinex.v2 that throw BitfinexExceptionV2
| 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<BitfinexFundingOrder> |
Bitfinex.fundingBook(String symbol,
BookPrecision precision,
Integer len) |
|
List<BitfinexFundingRawOrder> |
Bitfinex.fundingBookRaw(String symbol,
Integer len) |
|
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<BitfinexCandle> |
Bitfinex.getHistoricCandles(String candlePeriod,
String currency,
Integer limit,
Long startTimestamp,
Long endTimestamp,
Integer sort) |
|
List<BitfinexCandle> |
Bitfinex.getHistoricFundingCandles(String candlePeriod,
String currency,
String fundingPeriod,
int limit) |
|
List<LedgerEntry> |
BitfinexAuthenticated.getLedgerEntries(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
Long startTimeMillis,
Long endTimeMillis,
Long limit,
LedgerRequest req) |
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,
LedgerRequest req) |
|
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<BitfinexStats> |
Bitfinex.getStats(String key,
String size,
String symbol,
String side,
Integer sort,
Long startTimestamp,
Long endTimestamp,
Integer limit) |
|
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) |
|
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
|
List<BitfinexTradingOrder> |
Bitfinex.tradingBook(String symbol,
BookPrecision precision,
Integer len) |
|
List<BitfinexTradingRawOrder> |
Bitfinex.tradingBookRaw(String symbol,
Integer len) |
|
TransferBetweenWalletsResponse |
BitfinexAuthenticated.transferBetweenWallets(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature,
TransferBetweenWalletsRequest req) |
|