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
MIT License
605 stars 497 forks source link

assetDetail has optional 'asset' parameter #410

Closed ePascalC closed 3 years ago

ePascalC commented 3 years ago

As per https://binance-docs.github.io/apidocs/spot/en/#asset-detail-user_data the asset could be provided as parameter to only get that specific one. To be implemented