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

fix header conversion #407

Closed hanscode44 closed 3 years ago

hanscode44 commented 3 years ago

Currently the header is not converted to an array in the 'httpRequest' method. This means that the setXMbxUsedWeight and setXMbxUsedWeight1m is not set

ePascalC commented 3 years ago

This would fix #302