diff --git a/types.go b/types.go index 49c7455..31dce6d 100644 --- a/types.go +++ b/types.go @@ -145,6 +145,7 @@ type Wallets struct { type APIKeys struct { ChainRider string `json:"chain_rider"` CoinMarketCap string `json:"coin_market_cap"` + ReCAPTCHA string `json:"re_captcha"` } // Services are various endpoints we connect to