Skip to content

Commit

Permalink
Use interval=day for /api/hloc queries (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz authored and Steve Jain committed Nov 27, 2019
1 parent 0181b6c commit 848f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/markets.js
Expand Up @@ -273,7 +273,7 @@ function buildData( jsonUrl ){

} else {

jsonUrl = 'https://markets.bisq.network/api/hloc?market=' + pair + '&timestamp=no' + '&interval=minute' + '&timestamp_from=' + '&timestamp_to=';
jsonUrl = 'https://markets.bisq.network/api/hloc?market=' + pair + '&timestamp=no' + '&interval=day' + '&timestamp_from=' + '&timestamp_to=';
getTrades( pair );
getOffers( pair );

Expand Down

0 comments on commit 848f628

Please sign in to comment.