Skip to main content
GET
/
open_orders
cURL
curl --request GET \
  --url https://sandbox.x.architect.co/orders/open_orders \
  --header 'Authorization: Bearer <token>'
[
  {
    "tn": 1,
    "ts": 123,
    "d": "B",
    "o": "PENDING",
    "oid": "<string>",
    "p": "<string>",
    "q": 123,
    "rq": 123,
    "s": "<string>",
    "tag": "<string>",
    "tif": "<string>",
    "u": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "xq": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of open orders

tn
integer
required
Required range: x >= 0
ts
integer
required
d
enum<string>
required
Available options:
B,
S
o
enum<string>
required
Available options:
PENDING,
ACCEPTED,
PARTIALLY_FILLED,
FILLED,
CANCELED,
REJECTED,
EXPIRED,
REPLACED,
DONE_FOR_DAY,
UNKNOWN
oid
string
required
p
string
required
q
integer
required
rq
integer
required
s
string
required
tif
string
required
u
string<uuid>
required
xq
integer
required
tag
string | null