coinpayments-java
coinpayments-java copied to clipboard
CoinPayments.net Java Client
Greetings team, I am writing to ask you if you are going to continue with the development of the library. Because I see that two years ago they have not...
Replace it with HmacUtils object, defined with configuration settin
I try to resolve this issue #6 , but found too complex to return error message from Coinpayments, I think it's possible in the only way to refuse generics Which...
Error responses produces parse exception, not error object Coin payments error com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `org.brunocvcunha.coinpayments.model.CreateWithdrawalResponse` out of START_ARRAY token at [Source: (String)"{"error":"That amount is larger than your balance!","result":[]}";...
Please add following parameters into RateResponse class ``` @JsonProperty("status") private String status; @JsonProperty("accepted") private Boolean accepted; ```