Limit orders
Prerequisites
Step 1: Create a limit order
curl -X POST 'https://api.gateway.zert.com/api/v1/limit-orders/limit' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Idempotency-Key: limit-create-001' \
-d '{
"timeInForce": "GTC",
"minAmountOut": "1",
"fromChain": "arbitrum",
"toChain": "avax",
"tokenIn": "TBTC",
"tokenOut": "WETH",
"network": "mainnet",
"amount": "100.00",
"slippageBps": 75,
"recipient": "0x1234567890123456789012345678901234567890"
}'Step 2: List your limit orders
Step 3: Get or cancel a single order
Step 4: Replace an open order
Summary
Step
Endpoint
Purpose
Last updated

