RE: Steemit Learning Club S23W1- Building a Tradingboard Web to Checking the Balances of Bitget Accounts with Bitget APIs keys.

You are viewing a single comment's thread from:

Steemit Learning Club S23W1- Building a Tradingboard Web to Checking the Balances of Bitget Accounts with Bitget APIs keys.

in clubtech-s23w1 •  4 days ago 

Hi @faran-nabeel, Thanks for participating in the Technology and Development Club using our tag #techclub.


Bitget exchange is becoming famous with the start of the meme coins and Telegram play2earn games. You have chosen a good project to display in the technology and development club.

Bitget offers a main account and the option of sub-accounts. These sub-accounts help to manage different trading strategies under the control of one main account. This looks more like a wallet overview website for the bitget exchange where the users can add their master and sub-accounts to know the wallet balances.

You have designed simple but easy to navigate interface with the label text for the input fields. It enhances the user experience and the user can easily add their account whether it is a master account or a client or sub-account.

You have implemented the most lightweight and useful python tool flask to fetch the data and display it on the web page. It comes in operation for many tasks while allowing to use the power of python language.

You have implemented the use of the REST API correctly using the try-catch method. Your API endpoint is working nicely to fetch the balances with respect to different account types.

Suggestions and Improvements:

  • First of all if you want to call it as trading board then you should make it look like a trading board. Currently it is just a wallet overview.

  • Add the live trades of the specific accounts so that the user can analyse their trades and take decisions based on this data.

  • Show the proper portfolio while displaying the number of trades in profit or loss.

  • Calculate and display the net profits of the accounts in which the user is using different strategies. It will help the users to follow the strategies to enhance their profit which is making handsome amount of profit for them.

  • I will suggest to implement a user authentication for the security reasons so that first the user should register their credentials and then the user can login with their credentials to access the homepage to add or remove the account and to see all the details of their account.

  • Sanitise all the input fields to avoid phishing attacks as this is the finance related website and you know the hackers are always active to spoil the moments of happiness.


General Mistakes:

  • You have used incorrect weekly tag you should use #techclub-s23w1 as mentioned in the post.

  • Moreover your post is not visible under the tags.

  • it looks like you published your post and deleted and then again you published with the same title. This is the reason your post is also not showing under the tags.

  • Remember: If you are deleting any post and publishing it again then do not use the same title as you deleted your previous post. Use different title then your post will display under the tags otherwise it will not display.


Overall you have made a good website to add main and sub-accounts for Bitget Exchange. Pay heed to the suggestions and continue to improve your work.


Plagiarism Free
#steemexclusive
AI Free

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I saw your your suggestions and improvement points, and I really appreciate your opinion, but I wanna discussed again that it's not a complete project, as a trader i want to manage my time so that why i create my own idea, in which I could handle my own trading accounts, let me explain,

for example, I place a future trade on my bitget account, I spent a lot of time to find a trade, as i spent a time to learn trading, so I create a web based trading dashboard in which users replicate their master running trade to all connected clients for me. It will work on on click buttons like when user place a position on master account it will display a trade with all parameters like trading pair, size, leverage, SL and TP. As user press the replicate button, it will replicate the master executed trade on all clients.

And if I see the security of my website, i am working on it, and i decide to place my keys in Environment Variable (.env). As it's more secure.

It's look a good idea as you have explained. Keep it continue to boom.

Thanks bro ..