Limit Orders
Public off-chain limit orders for authenticated API owners.
The public limit-order surface is:
POST /api/v1/limit-orders/limitGET /api/v1/limit-orders/limit/{limitOrderId}DELETE /api/v1/limit-orders/limit/{limitOrderId}POST /api/v1/limit-orders/limit/{limitOrderId}/replaceGET /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

