Skip to content

Commit

Permalink
Changing the coinGecko API url to includes de API Key.
Browse files Browse the repository at this point in the history
  • Loading branch information
darley-silva-funttastic committed Oct 17, 2023
1 parent e0a9eae commit d8290ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/kujira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ markets:
tickers:
sources:
coinGecko:
url: "https://api.coingecko.com/api/v3/simple/price?ids={targets}&vs_currencies=usd"
url: "https://api.coingecko.com/api/v3/simple/price?vs_currencies=usd&x_cg_demo_api_key=<API_KEY>&ids={targets}"
# orderBookSimpleAveragePrice:
# orderBookWeightedAveragePrice:
# orderBookVolumeWeightedAveragePrice:
Expand Down

0 comments on commit d8290ad

Please sign in to comment.