- Req - Interface in com.cml.idex.packets
-
- return24Volume() - Method in class com.cml.idex.IDexAPI
-
Returns the 24-hour volume for all markets, plus totals for primary
currencies.
- Return24Volume - Class in com.cml.idex.packets
-
- returnBalances(String) - Method in class com.cml.idex.IDexAPI
-
Returns available balances for an address(total deposited minus amount in
open orders) indexed by token symbol.
- ReturnBalances - Class in com.cml.idex.packets
-
- returnCompleteBalances(String) - Method in class com.cml.idex.IDexAPI
-
Returns available balances for an address along with the amount of open
orders for each token, indexed by token symbol.
- ReturnCompleteBalances - Class in com.cml.idex.packets
-
Returns available balances for an address along with the amount of open
orders for each token, indexed by token symbol.
- returnContractAddress() - Method in class com.cml.idex.IDexAPI
-
Returns the lowest nonce that you can use from the given address in one of
the contract-backed trade functions.
- ReturnContractAddress - Class in com.cml.idex.packets
-
- returnCurrencies() - Method in class com.cml.idex.IDexAPI
-
Returns an object of token data indexed by symbol.
- ReturnCurrencies - Class in com.cml.idex.packets
-
- returnCurrenciesWithPairs() - Method in class com.cml.idex.IDexAPI
-
Returns all the currency pair availble on the IDEX Market.
- ReturnCurrenciesWithPairs - Class in com.cml.idex.packets
-
- returnDepositsWithdrawals(String, LocalDateTime, LocalDateTime) - Method in class com.cml.idex.IDexAPI
-
Returns your deposit and withdrawal history within a range, specified by
the "start" and "end" optional properties.
- ReturnDepositsWithdrawals - Class in com.cml.idex.packets
-
Returns your deposit and withdrawal history within a range, specified by the
"start" and "end" properties of the JSON input, both of which must be UNIX
timestamps.
- returnNextNonce(String) - Method in class com.cml.idex.IDexAPI
-
Returns the lowest nonce that you can use from the given address in one of
the contract-backed trade functions.
- ReturnNextNonce - Class in com.cml.idex.packets
-
Returns the lowest nonce that you can use from the given address in one of
the contract-backed trade functions.
- returnOpenOrders(String, String, Integer, String) - Method in class com.cml.idex.IDexAPI
-
Returns a paginated list of all open orders for a given market or address.
- ReturnOpenOrders - Class in com.cml.idex.packets
-
- returnOpenOrdersPage(String, String, Integer, String) - Method in class com.cml.idex.IDexAPI
-
Returns a paginated list of all open orders for a given market or address.
- returnOpenOrdersPage(String, String, Integer) - Method in class com.cml.idex.IDexAPI
-
Returns a paginated list of all open orders for a given market or address.
- returnOrderBook(String, Integer) - Method in class com.cml.idex.IDexAPI
-
Returns the best-priced open orders for a given market.
- ReturnOrderBook - Class in com.cml.idex.packets
-
- returnOrderStatus(String) - Method in class com.cml.idex.IDexAPI
-
Returns a single order.
- ReturnOrderStatus - Class in com.cml.idex.packets
-
- returnOrderTrades(String) - Method in class com.cml.idex.IDexAPI
-
Returns all trades involving a given order hash.
- ReturnOrderTrades - Class in com.cml.idex.packets
-
- returnTicker(String) - Method in class com.cml.idex.IDexAPI
-
Designed to behave similar to the API call of the same name provided by
the Poloniex HTTP API, with the addition of highs and lows.
- ReturnTicker - Class in com.cml.idex.packets
-
- returnTradeHistory(String, String, Long, Long, SortOrder, Integer, String) - Method in class com.cml.idex.IDexAPI
-
Returns a paginated list of all trades for a given market or address,
sorted by date.
- returnTradeHistory(String, String, LocalDateTime, LocalDateTime, SortOrder, Integer, String) - Method in class com.cml.idex.IDexAPI
-
Returns a paginated list of all trades for a given market or address,
sorted by date.
- ReturnTradeHistory - Class in com.cml.idex.packets
-
- returnTradeHistoryPage(String, String, LocalDateTime, LocalDateTime, SortOrder, Integer) - Method in class com.cml.idex.IDexAPI
-
Returns Result Producer that paginats throught the results till no more is
found! All trades for a given market or address, sorted by date.
- returnTradeHistoryPage(String, String, LocalDateTime, LocalDateTime, SortOrder, Integer, String) - Method in class com.cml.idex.IDexAPI
-
Returns Result Producer that paginats throught the results till no more is
found! All trades for a given market or address, sorted by date.