place_limit_order
Place buy or sell limit orders based on market cap targets. Set a target in basis points from current market cap; order executes when market cap reaches that level. Supports slippage, expiry, and amount or holdings percentage.
Instructions
Place a market-cap-based limit order over WS. action: sell|buy. target: bps vs current mcap at placement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_address | Yes | ||
| token_address | Yes | ||
| action | Yes | ||
| target | Yes | ||
| amount | No | ||
| holdings_percentage | No | ||
| slippage | No | ||
| expiry_hours | No |