| Package | Description | 
|---|---|
| org.oxerr.okcoin.rest | 
 RESTful API implementation. 
 | 
| org.oxerr.okcoin.rest.service | 
 Services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Withdrawal | 
OKCoin.cancelWithdraw(String apiKey,
              String symbol,
              long withdrawId,
              si.mazi.rescu.ParamsDigest sign)
Withdrawal Cancellation Request. 
 | 
Withdrawal | 
OKCoin.withdraw(String apiKey,
        String symbol,
        BigDecimal chargeFee,
        String tradePassword,
        String withdrawAddress,
        BigDecimal withdrawAmount,
        si.mazi.rescu.ParamsDigest sign)
BTC/LTC Withdraw. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Withdrawal | 
OKCoinAccountServiceRaw.cancelWithdraw(String symbol,
              long withdrawId)  | 
Withdrawal | 
OKCoinAccountServiceRaw.withdraw(String symbol,
        BigDecimal chargeFee,
        String tradePassword,
        String withdrawAddress,
        BigDecimal withdrawAmount)  | 
Copyright © 2013–2017. All rights reserved.