[bisq-network/bisq-markets] If risq backend is unavailable, /api/volumes returns incorrect JSON data structure (#24)

wiz notifications at github.com
Wed Jan 8 09:34:05 UTC 2020


Risq returning 200
```
[
  {
    "volume": "1.39170000",
    "num_trades": 4,
    "period_start": "2016-04-19T00:00:00+00:00"
  },
```

Risq returning 503
```
{
  "data": {
    "volumes": [
      {
        "period_start": "1461024000",
        "periodStartDateTime": "2016-04-19T00:00:00+00:00",
        "volume": "1.39170000",
        "num_trades": 4.0
      },
```

@bodymindarts are you available to fix this or shall I have a crack at it?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-markets/issues/24
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200108/72a383e9/attachment.html>


More information about the bisq-github mailing list