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

Bitfinex ETH/BTC Price Precision Incorrect #1146

Open
MiningInMySleep opened this issue Dec 13, 2021 · 1 comment
Open

Bitfinex ETH/BTC Price Precision Incorrect #1146

MiningInMySleep opened this issue Dec 13, 2021 · 1 comment

Comments

@MiningInMySleep
Copy link

Their API is also incorrect:
{
"expiration" : "NA",
"initial_margin" : "20.0",
"margin" : true,
"maximum_order_size" : "5000.0",
"minimum_margin" : "10.0",
"minimum_order_size" : "0.0008",
"pair" : "ethbtc",
"price_precision" : 5
},

This leads to obvious issues placing orders as seen in the first screenshot.
If their API is lying to us, maybe we can do some magic on startup to determine real precision based on order book prices instead?
ethbtc
ethbtc2

@MiningInMySleep
Copy link
Author

MiningInMySleep commented Jan 15, 2022

Same issue when testing with XMR/BTC, TRX/USD, XRP/USD pairs.

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