Fix
* Binance: `TransferToMaster`: sentence `Email address should be encoded. e.g. alicetest.com should be encoded into
alice%40test.com` from API docs they are False, must be `content += urlencode(kwargs["params"], safe="")`
Update
* HTX: changed deprecated endpoint "v1/common/symbols" to "v1/settings/common/market-symbols"
* Binance: `GET /api/v3/exchangeInfo` from response remove deprecated `quotePrecision`