Class BitsoAccountServiceRaw

All Implemented Interfaces:
BaseService
Direct Known Subclasses:
BitsoAccountService

public class BitsoAccountServiceRaw extends BitsoBaseService
  • Constructor Details

    • BitsoAccountServiceRaw

      protected BitsoAccountServiceRaw(Exchange exchange)
  • Method Details

    • getBitsoBalance

      public BitsoBalance getBitsoBalance() throws IOException
      Throws:
      IOException
    • withdrawBitsoFunds

      public String withdrawBitsoFunds(BigDecimal amount, String address) throws IOException
      Throws:
      IOException
    • getBitsoBitcoinDepositAddress

      public BitsoDepositAddress getBitsoBitcoinDepositAddress() throws IOException
      Throws:
      IOException
    • withdrawToRipple

      public boolean withdrawToRipple(BigDecimal amount, Currency currency, String rippleAddress) throws IOException
      Withdraws funds to Ripple and associates the receiving Ripple address with the Bitso account for deposits. NOTE: The Ripple address associated to your account for deposits will be updated accordingly! Please ensure that any subsequent Ripple funding emanates from this address.
      Returns:
      true if withdrawal was successful.
      Throws:
      IOException