C
C#12mo 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);
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!
2 Replies
Jimmacle
Jimmacle12mo ago
probably better off asking their support, but that error looks pretty clear to me
AIM BOT
AIM BOT12mo ago
asked the creator of bybit.net I will try smth tomorrow Fixed it
Want results from more Discord servers?
Add your server
More Posts
❔ C# Web browser change tabs = index 0 is out of range exception.I am making a web browser and every time I change the selected tab, it gives me an index 0 is out of❔ Change default behaviour of .NET Web API Validation ErrorsHi does anyone know how I can override the default problem details/validation error response .net gi❔ How would you refactor something like this? Is there a pattern that could help me?Is there a way to clean something like this up? I've got a lot of evaluations to perform based on a ❔ C# library usable from pythonI was wondering how to do this, and stumbled upon https://stackoverflow.com/a/29854281 which answere❔ Is there a pattern for having a single collection of different object types?This is my sample code https://dotnetfiddle.net/ffV3vY I have a WorkflowCommand a ScheduledWorkflowC❔ How to create WPF installer?Hello, I want to create installer.exe file using WPF, so i have custom GUI. I want to copy files froASK beginnerI'm confused about it. Could someone please explain it? Should I check mark it? or when I'll mark ❔ ✅ Error MSB4018 : The "ResolvePackageAssets" task failed unexpectedly. When building.Full Stacktrace: Use build tool: C:\Program Files\dotnet\sdk\8.0.100-preview.5.23303.2\MSBuild.dll ❔ Raw Websockets, ref alternative in async programming```cs public async Task HandleUpgrade() { if (!HttpContext.WebSockets.IsWebSocketReques❔ The correct way to make a http post call in asp.net core mvc 6 web app.The autoAntiforgery is on in controller, the anitforgery token is injected in view, But I can not