Limit Orders
Last updated
Public off-chain limit orders for authenticated API owners.
The public limit-order surface is:
POST /api/v1/limit-orders/limit
GET /api/v1/limit-orders/limit/{limitOrderId}
DELETE /api/v1/limit-orders/limit/{limitOrderId}
POST /api/v1/limit-orders/limit/{limitOrderId}/replace
GET /api/v1/limit-orders/limits
Create and replace requests mirror the public quote shape (fromChain, toChain, tokenIn, tokenOut, amount) and add limit-order terms like minAmountOut, timeInForce, and expiry controls.
Last updated

