策略 APIPython 策略CA APIsget_leverage本頁導覽get_leverageInputReturn leverage: Int;ExampleNote that leverage is only applicable to Futuresexchange, pair, base, quote = CA.get_exchange_pair()leverage = CA.get_leverage()CA.place_order(exchange, pair, action='open_long', percent=100 * leverage)