AIM BOT
AIM BOT
CC#
Created by AIM BOT on 8/2/2023 in #help
✅ 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);
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. }
{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!
5 replies