12 integrations tagged with "order"
Place a market order on Hyperliquid perpetual DEX. Executes immediately at current market price with configurable slippage protection (default 1%). Ideal for: instant trade execution, momentum entries, and time-sensitive strategies.
Place a market order on a HIP-4 outcome (prediction) market on Hyperliquid. Executes immediately at the best available price with configurable slippage protection (default 1%). Uses the best ask (for buys) or best bid (for sells) as the slippage reference to ensure fills on wide spreads. Ideal for: instant outcome trades, time-sensitive prediction bets, and quick position exits.
Place a limit order on Hyperliquid perpetual DEX. Supports GTC (good-til-cancelled), IOC (immediate-or-cancel), and ALO (post-only) order types. Ideal for: automated trading strategies, DCA bots, and portfolio rebalancing.
Cancel an existing resting order on Kalshi. Returns the cancelled order object with updated status. Requires the order ID of a resting order. Ideal for: order management, risk control, automated position adjustment, stop-loss workflows.
Get recent trade fills and resting orders for a Hyperliquid account. Returns fill history (size, price, PnL, fees) and resting orders for the requested DEX (defaults to crypto perps; pass `dex` for HIP-3 venues). Ideal for: trade journal tracking, fill alerts, order monitoring, and portfolio analytics.
Create a standalone limit buy or sell order that auto-executes when the token price hits a target. The platform monitors prices and executes when the condition is met.
Place a take-profit trigger order on Hyperliquid perpetual DEX. Automatically detects position direction and places a reduce-only market trigger order at the specified price. When the mark price reaches the trigger price, a market order executes to close the position. Ideal for: automated profit-taking, risk management, and bracket order strategies.
Place a new order on a Kalshi prediction market. Supports limit and market orders for buying or selling yes/no contracts. Prices are dollar strings (e.g. '0.6500'). Ideal for: automated trading, signal-based order placement, portfolio construction, prediction market strategies.
Place a limit order on a HIP-4 outcome (prediction) market on Hyperliquid. Supports GTC, IOC, and ALO order types. Prices are probabilities between 0 and 1. Use get-outcome-markets to find available outcomeIndex values. Ideal for: prediction market trading, outcome arbitrage, and automated betting strategies.
Cancel an open order on Hyperliquid perpetual DEX by order ID or client order ID. Ideal for: cancelling stale limit orders, adjusting trading strategies, and risk management.
Place a stop-loss trigger order on Hyperliquid perpetual DEX. Automatically detects position direction and places a reduce-only market trigger order at the specified price. When the mark price reaches the trigger price, a market order executes to close the position. Ideal for: risk management, capital preservation, and automated loss limits.