Skip to content

Commit

Permalink
Replace Coinbase Pro with exchange API
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Nov 20, 2024
1 parent 565e600 commit 6378e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config-gofer.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gofer {

origin "coinbase" {
type = "tick_generic_jq"
url = "https://api.pro.coinbase.com/products/$${ucbase}-$${ucquote}/ticker"
url = "https://api.exchange.coinbase.com/products/$${ucbase}-$${ucquote}/ticker"
jq = "{price: .price, time: .time, volume: .volume}"
}

Expand Down

0 comments on commit 6378e9d

Please sign in to comment.