SDK doesn't support TWAP orders. The workaround is to compose a TWAP action manually and then use methods from SDK to sign and send the action. Here is an example for that: https://github.com/chainstacklabs/hyperliquid-trading-bot/blob/main/learning_examples/06_copy_trading/order_scenarios/place_twap_order.py It'd be great to have it in the SDK.