Today this problem started. $api = new Binance\API("xxx", "yyy"); $quantity = 1; $price = 0.0006; $api->sell("ARKBTC", $quantity, $price);` Gives the below error code: > Message: 'file_get_contents(https://api.binance.com/api/v3/order?symbol=ARKBTC&side=SELL&type=LIMIT&quantity=1&recvWindow=60000&price=0,0006&timeInForce=GTC×tamp=1516659076390&signature=283e234a746f283e47fd6c283ca82734628734d6283746a2f8d374f627a8346e272c3): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request '
Today this problem started.
Gives the below error code: