Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exchange_volume reports total volume of 0 #201

Open
jpsgio opened this issue Mar 24, 2020 · 0 comments
Open

exchange_volume reports total volume of 0 #201

jpsgio opened this issue Mar 24, 2020 · 0 comments

Comments

@jpsgio
Copy link

jpsgio commented Mar 24, 2020

Submitting an exchange_volume query seems to be returning a "successful" response, but the contents suggest that there was a volume of 0 on the exchange.

For example: https://data.ripple.com/v2/network/exchange_volume?exchange_currency=USD&exchange_issuer=rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B&live=day gives me:

{
  "result": "success",
  "count": 1,
  "rows": [
    {
      "components": [],
      "count": 0,
      "exchange": {
        "currency": "USD",
        "issuer": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"
      },
      "total": "0",
      "exchange_rate": "0.16199537",
      "start_time": "2020-03-23T17:24:26Z"
    }
  ]
}

I've used this exact query before and it has returned non-zero volumes. Not sure why this is happening now. I'm guessing there weren't actually 0 trades made in the past day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant