Skip to content

HTTP request failed! HTTP/1.1 400 Bad Request #35

@cosfat

Description

@cosfat

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&timestamp=1516659076390&signature=283e234a746f283e47fd6c283ca82734628734d6283746a2f8d374f627a8346e272c3): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request '

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions