All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
boolean |
cancelOrder(String orderId) |
BitsoTransfer |
createTransfer(BigDecimal btcAmount,
BigDecimal amount,
String currency,
BigDecimal rate,
String paymentOutlet,
HashMap<String,Object> requiredFields) |
String |
debitCardWithdrawal(BigDecimal amount,
String institutionCode,
String beneficiary,
String cardNumber) |
BookOrder |
findMatchingOrders(org.json.JSONObject o) |
BookOrder |
findMatchingOrders(String id) |
BitsoBalance |
getBalance() |
String |
getDepositAddress() |
BitsoLookupOrders |
getLookupOrders(String orderId)
|
BitsoOpenOrders |
getOpenOrders() |
BitsoOpenOrders |
getOpenOrders(BitsoBook book) |
OrderBook |
getOrderBook() |
OrderBook |
getOrderBook(BitsoBook book) |
BitsoTicker |
getTicker() |
BitsoTicker |
getTicker(BitsoBook book) |
BitsoTransactions |
getTransactions() |
BitsoTransactions |
getTransactions(BitsoBook book) |
BitsoTransfer |
getTransferStatus(String transferId) |
BitsoUserTransactions |
getUserTransactions() |
BitsoUserTransactions |
getUserTransactions(BitsoBook book) |
BitsoUserTransactions |
getUserTransactions(int offset,
int limit,
com.bitso.BitsoUserTransactions.SORT_ORDER sortOrder) |
BitsoUserTransactions |
getUserTransactions(int offset,
int limit,
com.bitso.BitsoUserTransactions.SORT_ORDER sortOrder,
BitsoBook book) |
BitsoLookupOrders |
lookupOrder(String orderId) |
BookOrder |
placeBuyLimitOrder(BigDecimal price,
BigDecimal amount) |
BookOrder |
placeBuyLimitOrder(BigDecimal price,
BigDecimal amount,
BitsoBook book) |
BigDecimal |
placeBuyMarketOrder(BigDecimal mxnAmountToSpend) |
BigDecimal |
placeBuyMarketOrder(BigDecimal mxnAmountToSpend,
BitsoBook book) |
BookOrder |
placeSellLimitOrder(BigDecimal price,
BigDecimal amount) |
BookOrder |
placeSellLimitOrder(BigDecimal price,
BigDecimal amount,
BitsoBook book) |
BigDecimal |
placeSellMarketOrder(BigDecimal btcAmountToSpend) |
BigDecimal |
placeSellMarketOrder(BigDecimal btcAmountToSpend,
BitsoBook book) |
static BookOrder |
processBookOrderJSON(String json) |
BitsoTransferQuote |
requestQuote(BigDecimal btcAmount,
BigDecimal amount,
String currency,
boolean full) |
void |
setLog(boolean log) |
boolean |
speiWithdrawal(BigDecimal amount,
String recipientGivenName,
String recipientFamilyName,
String clabe,
String notesRef,
String numericRef) |
boolean |
withdrawBTC(String address,
BigDecimal amount) |
boolean |
withdrawETH(String address,
BigDecimal amount) |
boolean |
withdrawMXN(BigDecimal amount,
String recipientGivenName,
String recipientFamilyName,
String clabe,
String notesRef,
String numericRef)
|