diff --git a/src/price.js b/src/price.js index 7633cc5..3845187 100644 --- a/src/price.js +++ b/src/price.js @@ -40,7 +40,7 @@ class Price { async getUsd () { try { const response = await this.axios.get( - `${this.restURL}price/usd`, + `${this.restURL}price/bchusd`, this.axiosOptions ) // console.log(`response.data: ${JSON.stringify(response.data, null, 2)}`)