Skip to content

Commit c79765a

Browse files
authored
marketQuoteSell - wrong example by ePascalC
2 parents d9d1b7f + 57c85a1 commit c79765a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-binance-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public function numberOfDecimals($val = 0.00000001){
395395
* marketQuoteSell attempts to create a currency order at given market price
396396
*
397397
* $quantity = 1;
398-
* $order = $api->marketSell("BNBBTC", $quantity);
398+
* $order = $api->marketQuoteSell("BNBBTC", $quantity);
399399
*
400400
* @param $symbol string the currency symbol
401401
* @param $quantity string the quantity of the quote you want to obtain

0 commit comments

Comments
 (0)