diff --git a/types.go b/types.go index d3a1bee..49c7455 100644 --- a/types.go +++ b/types.go @@ -143,7 +143,8 @@ type Wallets struct { // APIKeys are the various API keys we use type APIKeys struct { - ChainRider string `json:"chain_rider"` + ChainRider string `json:"chain_rider"` + CoinMarketCap string `json:"coin_market_cap"` } // Services are various endpoints we connect to