Skip to content

Commit

Permalink
Use interval=day instead of interval=minute for /api/hloc queries
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Nov 27, 2019
1 parent ef5d3c5 commit ac8b476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/markets.js
Original file line number Diff line number Diff line change
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 ac8b476

Please sign in to comment.