BitfinexCreditResponse[] |
BitfinexAuthenticated.activeCredits(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexActiveCreditsRequest activeCreditsRequest) |
BitfinexOfferStatusResponse[] |
BitfinexAuthenticated.activeOffers(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexNonceOnlyRequest nonceOnlyRequest) |
BitfinexOrderStatusResponse[] |
BitfinexAuthenticated.activeOrders(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexNonceOnlyRequest nonceOnlyRequest) |
BitfinexActivePositionsResponse[] |
BitfinexAuthenticated.activePositions(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexNonceOnlyRequest nonceOnlyRequest) |
BitfinexBalancesResponse[] |
BitfinexAuthenticated.balances(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexBalancesRequest balancesRequest) |
BitfinexOfferStatusResponse |
BitfinexAuthenticated.cancelOffer(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexCancelOfferRequest cancelOfferRequest) |
BitfinexOrderStatusResponse |
BitfinexAuthenticated.cancelOrders(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexCancelOrderRequest cancelOrderRequest) |
BitfinexDepth |
Bitfinex.getBook(String symbol) |
BitfinexDepth |
Bitfinex.getBook(String symbol,
int limit_bids,
int limit_asks) |
BitfinexLendDepth |
Bitfinex.getLendBook(String currency,
int limit_bids,
int limit_asks) |
BitfinexLend[] |
Bitfinex.getLends(String currency,
long timestamp,
int limit_trades) |
Set<String> |
Bitfinex.getSymbols() |
BitfinexTicker |
Bitfinex.getTicker(String symbol) |
BitfinexTrade[] |
Bitfinex.getTrades(String symbol,
long timestamp) |
BitfinexMarginInfosResponse[] |
BitfinexAuthenticated.marginInfos(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexMarginInfosRequest marginInfosRequest) |
BitfinexOfferStatusResponse |
BitfinexAuthenticated.newOffer(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexNewOfferRequest newOfferRequest) |
BitfinexOrderStatusResponse |
BitfinexAuthenticated.newOrder(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexNewOrderRequest newOrderRequest) |
BitfinexOfferStatusResponse |
BitfinexAuthenticated.offerStatus(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexOfferStatusRequest offerStatusRequest) |
BitfinexOrderStatusResponse |
BitfinexAuthenticated.orderStatus(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexOrderStatusRequest orderStatusRequest) |
BitfinexTradeResponse[] |
BitfinexAuthenticated.pastTrades(String apiKey,
si.mazi.rescu.ParamsDigest payload,
si.mazi.rescu.ParamsDigest signature,
BitfinexPastTradesRequest pastTradesRequest) |