cURL
curl --request GET \ --url https://gateway.architect.exchange/orders/orders \ --header 'Authorization: Bearer <token>'
{ "orders": [ { "tn": 1, "ts": 123, "d": "B", "o": "PENDING", "oid": "<string>", "p": "<string>", "q": 1, "rq": 1, "s": "<string>", "tif": "<string>", "u": "<string>", "xq": 1, "cid": 1, "po": true, "r": "CLOSE_ONLY", "tag": "<string>", "txt": "<string>" } ], "limit": 1, "next_cursor": "<string>", "total_count": 1 }
User session token
Optional comma-separated order state filter, e.g. FILLED,CANCELED,REPLACED
FILLED,CANCELED,REPLACED
PENDING
ACCEPTED
PARTIALLY_FILLED
FILLED
CANCELED
REJECTED
EXPIRED
REPLACED
DONE_FOR_DAY
UNKNOWN
List of orders
Page metadata for cursor-paged responses.
This is intended for response bodies (not query params).
Show child attributes
x >= 0