- 1
Margin trading
We need a Python code that imitates the principle of margin trading. Help write, please.
3 Antworten
+ 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')
+ 3
Анна
Here you have to show your attempts first. Then someone will try to help you.
+ 1
Sorry we can't write the whole code for you, however we can help you debug 😁