JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.02k stars 420 forks source link

Future grid bot #1308

Open michcan52 opened 8 months ago

michcan52 commented 8 months ago

Hi everyone!

My question is if there is a way to get the information about a grid bot for futures? I would love to get all the information on how the bots are doing within my application. is this possible?

Thanks!

panoskj commented 5 months ago

If you mean getting a list of all trades made by your bots, I have tried to do this but couldn't find an API for it. Instead, I logged in the web version, found the bot trade history page and then found the request made to retrieve it. I then modified the parameters of the request to get all data at once (the web page displays just 10 trades at a time).

I didn't try to use the undocumented API outside of their web page, so I don't know if it would work with the API tokens. I was thinking a simple web browser extension script to give me the list would be enough instead.