Skip to main content
GET
List open orders

Authorizations

X-API-Key
string
header
required

API key generated at Dashboard, Settings, Developer. Format: doji_ak_...

X-API-Secret
string
header
required

API secret returned once at key creation. Format: doji_sk_...

Path Parameters

account_id
string<uuid>
required

UUID of the account. Must be owned by the authenticated user.

Response

List of working orders.

id
string<uuid>

Order UUID.

status
string

Current order status.

Example:

"OPEN"

symbol
string

Tradable symbol.

side
enum<string>
Available options:
BUY,
SELL
kind
enum<string>
Available options:
MARKET,
LIMIT,
STOP,
TAKE_PROFIT
quantity
number
price
number
client_id
string

Client-supplied deduplication ID.