Class CexIOCryptoAddress

java.lang.Object
org.knowm.xchange.cexio.dto.account.CexIOCryptoAddress

public class CexIOCryptoAddress extends Object
Response to get_address call. (From Cex.io documentation) Returns JSON dictionary representing order:
  • e - get_address
  • ok - ok or error
  • data - Crypto address
Author:
bryant_harris
  • Constructor Details

  • Method Details

    • getE

      public String getE()
    • getOk

      public String getOk()
    • getData

      public String getData()
    • getError

      public String getError()