C#C
C#3y ago
AIM BOT

✅ ByBit .Net

I have a problem with bybit.net, when I try to get acc balance it successfully sends me data but when I try to buy on spot it gives me an error
var orderData = await bybitClient.SpotApiV3.Trading.PlaceOrderAsync("PLANETUSDT", OrderSide.Buy, OrderType.Market, 1m, timeInForce: TimeInForce.GoodTillCanceled);

Here is the error:
{10005: Invalid API-key, IP, or permissions for action. }


I'm 100% sure that the api-key and secret are correct and I have all premisions and can access the api fro any ip.Please help!
Was this page helpful?