You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: