Order Book
Get the list of all orders placed during the day
This API will retrieve the list of orders placed for the current day. Orders initiated by the user remain active for a day and are automatically cleared after the trading session.
Endpoint
Header Parameters
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Request Parameter
Name | Value | Mandatory | Description |
---|---|---|---|
source | N | Y | Source of the request (e.g., "N") |
Request
Response
Response Parameter
Parameter | Description |
---|---|
client_id | ClientID - Unique identifier for the client. |
order_date_time | Order Entry DateTime - Date and time when the order was entered. |
last_updated_time | LastUpdated time - Timestamp indicating when the order details were last updated. |
order_no | Order Number - Unique identifier for the order. |
exchange | Exchange - The exchange where the order is placed (e.g., NSE, BSE). |
txn_type | Transaction Type - Type of transaction (e.g., Buy, Sell). |
segment | Segment - The segment of the market (e.g., Equity, Derivatives..) |
instrument | Instrument - Type of financial instrument. |
symbol | Symbol - The trading symbol of the security. |
product | Product - Type of product (e.g., C, M, I, H). |
product_name | Product Name - Name of the product. |
status | Status of order - Current status of the order (e.g., Success, Error). |
quantity | Quantity - The total quantity of the order. |
remaining_quantity | Quantity Remaining - Remaining quantity of the order. |
price | Price - The price at which the order is placed. |
trigger_price | Trigger Price - Price at which the order gets triggered. |
order_type | Order Type - Type of order (e.g., Limit, Market, Stop Loss). |
disc_quantity | DiscloseQuantity - Quantity disclosed by the user. |
serial_no | Serial Number - Unique serial number assigned to the order. |
security_id | Security Id - Identifier for the security being traded. |
validity | Order Validity - Validity period of the order (e.g., IOC, DAY). |
lot_size | Regular Lotsize - Standard lot size for trading the instrument. |
rem_qty_tot_qty | RemainingQty/Total Qty - Remaining quantity compared to total quantity. |
traded_qty | Executed Quantity - Quantity of the order that has been executed. |
dq_qty_rem | DiscloseQty Remaining - Remaining disclosed quantity. |
exch_order_no | ExchangeOrder Number - Unique identifier for the order assigned by the exchange. |
exch_order_time | ExchangeOrder time - Time when the order was received by the exchange. |
reason_description | Reason - Description of the reason for a particular action or event. |
leg_no | Leg Value - Value indicating the leg of an order. |
row_no | Row number/index - Index or position of the order in a dataset or list. |
traded_price | Traded Price - The price at which the trade was executed. |
avg_traded_price | Average Traded Price - The average price at which trades were executed. |
pan_no | PAN Number - Permanent Account Number of the client. |
participant_type | Participant Type - Type of participant (e.g., Client, Dealer). |
mkt_pro_flag | Market Protection Flag - Indicator for market protection. |
mkt_pro_value | MarketProtection Value - Value associated with market protection. |
settlor | Settlor - The entity responsible for settlement. |
encash_flag | Encash Flag - Indicator if the encashment is allowed. |
mkt_type | Market Type - Type of market (e.g. NL, OL, AU, SP, A1, A2). |
algo_ord_no | Algo Order Number - Identifier for the algorithmic order. |
trailing_sl_value | Trailing Stoploss Price - Price set for trailing stoploss. |
sl_abstick_value | Stoploss Price - Price set for stoploss. |
pr_abstick_value | Profit Price - Price set for profit. |
off_mkt_flag | OrderOffOn - Indicator for order being off-market. |
child_leg_unq_id | Child Leg Id - Unique identifier for the child leg of a multi-leg order. |
strike_price | Strike Price - The price at which the option contract can be exercised. |
expiry_date | Expiry Date - The expiration date of the derivative contract. |
opt_type | Option Type - The type of option (e.g., Call, Put). |
Series | Series - Series of the security (e.g., EQ for equities). |
good_till_days_date | Good Till Days Date - Date until the order remains valid. |
group_id | Group Id - Identifier for the group to which the order belongs. |
Isin | ISIN code - International Securities Identification Number. |
display_name | Custom Symbol Name - Custom name for the symbol. |
exchange_inst_name | InstrumentName - Name of the instrument on the exchange. |
Last updated