We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment I get this bitcoin price on my panels: 53549 USD while the price on coingeko is 51052 USD This is reflected in the bisq api:
"btc_usd": { "last": "53549.20120000", "high": "66290.82280000", "low": "48197.55880000", "volume_left": "0.77620000", "volume_right": "40181.41710000", "buy": null, "sell": null }
Is there a way to use another, more reliable source of price without modifying too much code?
The text was updated successfully, but these errors were encountered:
yes there are other APIs that this could be retrofitted against as an option. The kraken API provides useful data, but they all need normalized
Sorry, something went wrong.
No branches or pull requests
At the moment I get this bitcoin price on my panels: 53549 USD
while the price on coingeko is 51052 USD
This is reflected in the bisq api:
Is there a way to use another, more reliable source of price without modifying too much code?
The text was updated successfully, but these errors were encountered: