place_limit_trailing_order
Initiate a two-stage order: first a limit price trigger, then a trailing stop; executes a single swap when the trailing condition activates. Supports buy or sell actions.
Instructions
Place a limit-then-trailing order. Wait for limit, then trailing phase; when trail triggers, single swap. action: limit_trailing_sell|limit_trailing_buy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_address | Yes | ||
| token_address | Yes | ||
| action | Yes | ||
| target | Yes | ||
| trail | Yes | ||
| amount | No | ||
| holdings_percentage | No | ||
| slippage | No | ||
| expiry_hours | No |