GET
/
trading
/
order
/
{order_id}

Headers

x-api-key
string
required

API Key for authentication

Path Parameters

order_id
string
required

The order ID

Response

200 - application/json
order_uuid
string

Unique identifier for the order.

order_qty
integer

Quantity of the order.

order_symbol
string

Symbol of the order.

order_type
enum<string>

Type of the order.

Available options:
MKT,
LMT
order_currency
string

Currency of the order.

order_direction
enum<string>

Direction of the order (BUY/SELL).

Available options:
BUY,
SELL
order_status
enum<string>

Status of the order (Received).

Available options:
Received,
Pending,
Filled,
Rejected,
Error
account_id
string

Unique identifier for the account.

order_sec_type
enum<string>

Security type of the order (STK).

Available options:
STK