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

List Limit Orders

List limit orders for the authenticated owner with optional filters.

Endpoint: GET /api/v1/limit-orders/limits Auth: Required (Authorization: Bearer YOUR_API_KEY)

Query parameters

Parameter
Type
Required
Description
Example

limit

integer

No

Max orders to return (1–200, default 50)

20

status

string

No

Filter by status

open

Example

curl -X GET 'https://api.gateway.zert.com/api/v1/limit-orders/limits?limit=20&status=open' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Returned row fields

Field
Type
Description

limitOrderId

string

Limit-order identifier

status

string

Current order status

timeInForce

string

Expiry mode

createdAtMs

integer

Creation timestamp

updatedAtMs

integer

Last update timestamp

expiresAtMs

integer

Expiry timestamp

minAmountOut

string

Minimum output threshold

Responses

Code
Description

200

OK

401

Unauthorized (missing or invalid API key)

503

PG unavailable

Zert API — List Limit Orders

Last updated