We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d1b7f commit 57c85a1Copy full SHA for 57c85a1
1 file changed
php-binance-api.php
@@ -395,7 +395,7 @@ public function numberOfDecimals($val = 0.00000001){
395
* marketQuoteSell attempts to create a currency order at given market price
396
*
397
* $quantity = 1;
398
- * $order = $api->marketSell("BNBBTC", $quantity);
+ * $order = $api->marketQuoteSell("BNBBTC", $quantity);
399
400
* @param $symbol string the currency symbol
401
* @param $quantity string the quantity of the quote you want to obtain
0 commit comments