Skip to content

Commit 57c85a1

Browse files
authored
marketQuoteSell - wrong example
1 parent d9d1b7f commit 57c85a1

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)