Get or Cancel Limit Order
Get limit order by id
Path parameters
Parameter
Type
Required
Description
Example
Example
curl -X GET 'https://api.gateway.zert.com/api/v1/limit-orders/limit/e896c19b-fccd-466c-9b6d-eca6d7a6cd5a' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"data": {
"limitOrderId": "lim_abc123",
"status": "open",
"timeInForce": "GTC",
"createdAtMs": 1745396400000,
"updatedAtMs": 1745396400000,
"expiresAtMs": 1745403600000,
"minAmountOut": "1"
},
"meta": { "requestId": "...", "timestamp": "..." }
}Cancel limit order by id
Headers
Header
Type
Required
Description
Path parameters
Parameter
Type
Required
Description
Example
Request body (optional)
Field
Type
Description
Example
Example
Responses
Code
Description
Last updated


