From c4ece6a0b107ae40b744664ce3b9398724a2744b Mon Sep 17 00:00:00 2001 From: Junior 3GS <99301931+Junior3gs@users.noreply.github.com> Date: Sun, 31 Mar 2024 17:10:58 -0300 Subject: [PATCH] Update monitor.h Change the par to USDT. is correntle more liquidity price update --- src/monitor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/monitor.h b/src/monitor.h index f835cb4..31f8450 100644 --- a/src/monitor.h +++ b/src/monitor.h @@ -12,8 +12,8 @@ //Time update period #define UPDATE_PERIOD_h 5 -//API BTC price -#define getBTCAPI "https://api.blockchain.com/v3/exchange/tickers/BTC-USD" +//API BTC price (Update to USDT cus it's more liquidity and flow price updade) +#define getBTCAPI "https://api.blockchain.com/v3/exchange/tickers/BTC-USDT" #define UPDATE_BTC_min 1 //API Block height