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 );