roya12
Results
1
issues of
roya12
Getting an error when placing an order. Any advice? Thank you. Full code below: from quoine.client import Quoinex client = Quoinex( "XXX", "YYY") order = client.create_order( type=Quoinex.ORDER_TYPE_LIMIT, product_id=624, side=Quoinex.SIDE_BUY, quantity='0.01',...