Margin trading | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Margin trading

We need a Python code that imitates the principle of margin trading. Help write, please.

10th Apr 2021, 8:52 PM
Анна
3 Answers
+ 5
Binance offers both cross-margin trading (where all margin is in one account) and isolated margin trading (where each pair is a separate margin account). Get cross-margin asset info info = client.get_margin_asset(asset='BNB') Get cross-margin symbol info info = client.get_margin_symbol(symbol='BTCUSDT') Get isolated margin symbol info info = client.get_isolated_margin_symbol(symbol='BTCUSDT')
21st Nov 2021, 3:40 AM
Vaibhav
Vaibhav - avatar
+ 3
Анна Here you have to show your attempts first. Then someone will try to help you.
10th Apr 2021, 10:12 PM
❤️😍Prerana😍❤️
❤️😍Prerana😍❤️ - avatar
+ 1
Sorry we can't write the whole code for you, however we can help you debug 😁
10th Apr 2021, 8:58 PM
KingDaniel2004
KingDaniel2004 - avatar