How should I write the code for opening a position through Python’s ccxt library?
For example, I want to write a code in Python, whose function is to open a short position of a certain futures contract at a nominal value of 6USDT. How should I do it?