For the complete documentation index, see llms.txt. This page is also available as Markdown.

twapOrder

Request Body

action.type: twapOrder action.twap: {asset, isBuy, reduceOnly, sz, limitPx, minutes} nonce: timestamp(ms) signature: EIP-712 object

Returns

Status response with TWAP order ID.

Example

// Request
curl https://hyperliquid.blockpi.network/v1/exchange/your-api-key -X POST -H "Content-Type: application/json" --data '{"action":{"type":"twapOrder"},"nonce":1720000000000,"signature":{}}'

// Result
{"status":"ok","response":{"type":"twapOrder","data":{}}}

Was this helpful?