From 848f628e029030b7e1df978171b49fcb148025a3 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 27 Nov 2019 23:50:35 +0900 Subject: [PATCH] Use interval=day for /api/hloc queries (#285) --- js/markets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/markets.js b/js/markets.js index 991e3533..08c1c663 100644 --- a/js/markets.js +++ b/js/markets.js @@ -273,7 +273,7 @@ function buildData( jsonUrl ){ } else { - jsonUrl = 'https://markets.bisq.network/api/hloc?market=' + pair + '×tamp=no' + '&interval=minute' + '×tamp_from=' + '×tamp_to='; + jsonUrl = 'https://markets.bisq.network/api/hloc?market=' + pair + '×tamp=no' + '&interval=day' + '×tamp_from=' + '×tamp_to='; getTrades( pair ); getOffers( pair );