EQSIP ORDER DETAILS API
This API retrieves installment-wise details of an Equity SIP (Systematic Investment Plan) order using a specific sipid.
🛣️Path Parameters
| Parameter | Type | Required | Description | Example |
|---|
sipid | string | Yes | Unique ID of a specific Equity SIP Order | SW1911240001 |
| Header | Type | Required | Description | Example |
|---|
Content-Type | string | Yes | Format of request/response body | application/json |
Authorization | string | Yes | Bearer token for authorization | {{access_token}} |
x-api-key | string | Yes | API key provided by the platform | {{x-api-key}} |
🟢Success Response — 200 OK
| Field | Type | Description | Example |
|---|
status | string | Status of the API call | "success" |
code | string | Response code representing the result | "s-101" |
message | string | Descriptive message about the response | "Orders fetched successfully" |
data | array | Contains details of each SIP installment | See Data Object below |
📄Data Object Structure
| Field | Type | Description | Example |
|---|
exchange_name | string | Name of the Exchange segments | NSE, BSE |
transaction_date | string | Date of transaction (yyyy-mm-dd) | 2025-11-13 |
amount | integer | Total amount of the installment | 15000 |
installment_no | integer | Installment number | 1, 2, 3 |
order_price | integer | Price at which the order was placed | 1500 |
order_quantity | integer | Quantity ordered | 10 |
traded_quantity | integer | Quantity actually traded | 10 |
traded_price | integer | Average price of the traded shares | 1498 |
symbol | string | Stock symbol | TCS, INFY |
remarks | string | Additional notes or status remarks | "Order completed" |
trade_status | string | Current trade status | "Rejected" |