Class BitstampAccountDemo

java.lang.Object
org.knowm.xchange.examples.bitstamp.account.BitstampAccountDemo

public class BitstampAccountDemo extends Object
Example showing the following:
  • Connect to Bitstamp exchange with authentication
  • View account balance
  • Get the bitcoin deposit address
  • List unconfirmed deposits (raw interface only)
  • List recent withdrawals (raw interface only)
  • Withdraw a small amount of BTC
  • Constructor Details

    • BitstampAccountDemo

      public BitstampAccountDemo()
  • Method Details