Skip to content

Commit

Permalink
Added mapping for all time low when getting CoinMarkets
Browse files Browse the repository at this point in the history
  • Loading branch information
jansoren committed Jan 13, 2024
1 parent 846bee7 commit 952b624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class CoinMarkets {
@JsonProperty("total_supply")
private BigDecimal totalSupply;
@JsonProperty("max_supply")
private int maxSupply;
private BigDecimal maxSupply;
@JsonProperty("ath")
private BigDecimal ath;
@JsonProperty("ath_change_percentage")
Expand Down

0 comments on commit 952b624

Please sign in to comment.