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

Limit Orders

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