Ikenna Iloeje

Results 12 comments of Ikenna Iloeje

Non of the links are working. Never received the email. Its more than 2 weeks now. Is there a new way of generating the api key?

Having the same issue. Using the latest version. Any help?

Hi, withdraw works for me. My issue is I want the transactionFee charged to my binance account and not to destination address. I have tried setting transactionFeeFlag to true and...

$binanceClient = \App\Lib\Providers\BinanceMgr::getAPIClass(); // A wrapper to get Binance API Class instance $response = $binanceClient->withdrawFee("LTC); $quantity = 0.09367; $quantity += $response["withdrawFee"]; // Add withdrawal fee to amount $response = $binanceClient->withdraw("LTC",...

> @Hamedani33 > "msg" => "Invalid API-key, IP, or permissions for action." is my error You may need to enable IP restrictions from Binance API Management menu. Then make sure...

Try calling a non-restricted IP endpoint so you can eliminate the IP restriction. Also disable IP restriction from API Management and test

Anybody solve this? I would like to place an OCO order in spot trading with a set TP and SL. Currently I have to create a market order and then...

I need the same thing. Please did you get a solution?

My Xcode version is 13.2.1 on BigSur OS