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

order

Request Body

action.type: order action.orders: [{a: asset, b: isBuy, p: price, s: size, r: reduceOnly, t: {limit|trigger}}] action.grouping: na|normalTpsl|positionTpsl nonce: timestamp(ms) signature: EIP-712 object

Returns

Status response with order ID or fill details.

Example

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

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

Was this helpful?