Place perpetual order
Orders
Place perpetual order
Place a perpetual futures order on Hyperliquid. Supports market and limit orders with optional TP/SL. The order executes asynchronously via a durable workflow — poll /v1/actions to track status.
Docent automatically funds the order from your unified balance if needed.
POST
Place perpetual order
Documentation Index
Fetch the complete documentation index at: https://docs.trydocent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in the format dk_live_.... Pass as Authorization: Bearer dk_live_...
Body
application/json
Canonical perpetual symbol (for example BTC, ETH, or xyz:NVDA)
Example:
"BTC"
Available options:
long, short Order size in base units
Example:
"0.01"
Available options:
market, limit Limit price (required for limit orders)
Example:
100000
Only reduce an existing position
Take-profit trigger price
Stop-loss trigger price