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
Version: 4.1.1 Config: config.jsonc
curl localhost:port/get { "success": true, "date": y, "result": { "BTC/USD": 0.00010713, "ETH/USD": 3167.75, "USDT/USD": 1, "USDT/USDT": 1, "BTC/USDT": 0.00010713, "ETH/USDT": 3167.75, "USDT/BTC": 9334.45346775, "BTC/BTC": 1, "ETH/BTC": 29569214.97246336, "USDT/ETH": 0.00031568, "BTC/ETH": 3e-8, "ETH/ETH": 1 }, "last_updated": x, "version": "4.1.1" }
{ "success": true, "date": y, "result": { "BTC/USD": 0.00010713, "ETH/USD": 3167.75, "USDT/USD": 1, "USDT/USDT": 1, "BTC/USDT": 0.00010713, "ETH/USDT": 3167.75, "USDT/BTC": 9334.45346775, "BTC/BTC": 1, "ETH/BTC": 29569214.97246336, "USDT/ETH": 0.00031568, "BTC/ETH": 3e-8, "ETH/ETH": 1 }, "last_updated": x, "version": "4.1.1" }
"BTC/USD": 0.00010713 - How it happened???
"BTC/ETH": 3e-8, "ETH/BTC": 29569214.97246336 There BTC/ETH and ETH/BTC pairs should be mutually inverse.
Is it me doing something wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: 4.1.1
Config:
config.jsonc
curl localhost:port/get
{ "success": true, "date": y, "result": { "BTC/USD": 0.00010713, "ETH/USD": 3167.75, "USDT/USD": 1, "USDT/USDT": 1, "BTC/USDT": 0.00010713, "ETH/USDT": 3167.75, "USDT/BTC": 9334.45346775, "BTC/BTC": 1, "ETH/BTC": 29569214.97246336, "USDT/ETH": 0.00031568, "BTC/ETH": 3e-8, "ETH/ETH": 1 }, "last_updated": x, "version": "4.1.1" }
"BTC/USD": 0.00010713 - How it happened???
"BTC/ETH": 3e-8,
"ETH/BTC": 29569214.97246336
There BTC/ETH and ETH/BTC pairs should be mutually inverse.
Is it me doing something wrong?
The text was updated successfully, but these errors were encountered: