You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per #363 WAPI endpoints will disappear on Aug 1.
The old userAssetDribbletLog function remains available until Binance decommissions it, but a deprecated warning is sent. The new dustLog function allows optional start and end arguments, but has a different output.
The withdraw function has been updated to use sapi
* @example https://github.com/jaggedsoft/php-binance-api#withdraw Standard withdraw
759
+
* @example https://github.com/jaggedsoft/php-binance-api#withdraw-with-addresstag Withdraw with addressTag for e.g. XRP
760
+
*
761
+
* @property int $weight 1
762
+
*
763
+
* @param string $asset (mandatory) An asset, e.g. BTC
764
+
* @param string $address (mandatory) The address where to send, e.g. 1C5gqLRs96Xq4V2ZZAR1347yUCpHie7sa or 44tLjmXrQNrWJ5NBsEj2R77ZBEgDa3fEe9GLpSf2FRmhexPvfYDUAB7EXX1Hdb3aMQ9FLqdJ56yaAhiXoRsceGJCRS3Jxkn
765
+
* @param string $amount (mandatory) The amount, e.g. 0.2
766
+
* @param string $addressTag (optional) Mandatory secondary address for some assets (XRP,XMR,etc), e.g. 0e5e38a01058dbf64e53a4333a5acf98e0d5feb8e523d32e3186c664a9c762c1
767
+
* @param string $addressName (optional) Description of the address
768
+
* @param string $transactionFeeFlag (optional) When making internal transfer, true for returning the fee to the destination account; false for returning the fee back to the departure account.
769
+
* @param string $network (optional)
770
+
* @param string $orderId (optional) Client id for withdraw
0 commit comments