diff --git a/src/routes/v3/price.js b/src/routes/v3/price.js index bf16183..3530493 100644 --- a/src/routes/v3/price.js +++ b/src/routes/v3/price.js @@ -133,7 +133,7 @@ class Price { // Request options const opt = { method: 'get', - baseURL: this.coinexPriceUrl, + baseURL: _this.coinexPriceUrl, timeout: 15000 }