Skip to content

Commit 7b66843

Browse files
ePascalCdmzoneill
authored andcommitted
1 parent c79765a commit 7b66843

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

php-binance-api.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ public function orders(string $symbol, int $limit = 500, int $fromOrderId = 0, a
563563
/**
564564
* history Get the complete account trade history for all or a specific currency
565565
*
566-
* $allHistory = $api->history();
567566
* $BNBHistory = $api->history("BNBBTC");
568567
* $limitBNBHistory = $api->history("BNBBTC",5);
569568
* $limitBNBHistoryFromId = $api->history("BNBBTC",5,3);

0 commit comments

Comments
 (0)