From ac8b4766b39745b97bdb91790ff34605296e4d0a Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 12 Nov 2019 11:24:29 +0900 Subject: [PATCH] Use interval=day instead of interval=minute for /api/hloc queries --- 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 );