Strategy APIPython StrategyCA APIsget_leverageOn this pageget_leverage Inputβ Returnβ leverage: Int; Exampleβ Note that leverage is only applicable to Futures exchange, pair, base, quote = CA.get_exchange_pair()leverage = CA.get_leverage()CA.place_order(exchange, pair, action='open_long', percent=100 * leverage)