策略 APIPython 策略CA APIsget_leverage本頁導覽get_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)