Class BitflyerWithdrawResponse

java.lang.Object
org.knowm.xchange.bitflyer.dto.account.BitflyerWithdrawResponse

public class BitflyerWithdrawResponse extends Object
Object representing json returned from GET /v1/me/withdraw

Example

{
   "message_id": "69476620-5056-4003-bcbe-42658a2b041b"
 }
or
{
   "status": -700,
   "error_message": "This account has not yet been authenticated",
   "data": null
 }
Author:
bryant_harris
  • Constructor Details

    • BitflyerWithdrawResponse

      public BitflyerWithdrawResponse()
  • Method Details