-
-
Methods in org.knowm.xchange.bitfinex.v2 that return types with arguments of type LedgerEntry
Modifier and Type |
Method |
Description |
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) |
|