jaggedsoft / php-binance-api

PHP Binance API is an asynchronous PHP library for the Binance API designed to be easy to use. https://github.com/binance-exchange/php-binance-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAPI endpoints will be removed on 2021-08-01

ePascalC opened this issue · comments

The following functions will need a review and a switch to SAPI:
WAPI assetDetail() => /sapi/v1/asset/assetDetail
WAPI userAssetDribbletLog() => /sapi/v1/asset/dribblet
WAPI tradeFee() => /sapi/v1/asset/tradeFee
WAPI withdraw() => /sapi/v1/capital/withdraw/apply
WAPI depositAddress() => /sapi/v1/capital/deposit/address
WAPI depositHistory() => /sapi/v1/capital/deposit/hisrec
WAPI withdrawHistory() => /sapi/v1/capital/withdraw/history
WAPI withdrawFee() => /sapi/toBeChecked

And from the following functions, the link with wapi needs to be removed
systemStatus()
accountStatus()
apiTradingStatus()

image