Class BitflyerWithdrawResponse
- java.lang.Object
-
- org.knowm.xchange.bitflyer.dto.account.BitflyerWithdrawResponse
-
public class BitflyerWithdrawResponse extends Object
Object representing json returned fromGET /v1/me/withdraw
Example
or{ "message_id": "69476620-5056-4003-bcbe-42658a2b041b" }
{ "status": -700, "error_message": "This account has not yet been authenticated", "data": null }
- Author:
- bryant_harris
-
-
Constructor Summary
Constructors Constructor Description BitflyerWithdrawResponse()
-