Skip to main content

GET ALL ORDERCARTS API

This API retrieves all order carts belonging to the authenticated user.

Endpoint: GET /transactional/v1/ordercart

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringSpecifies the media type of the requestapplication/json
AuthorizationstringBearer token for authenticated requests{{access_token}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code to user request"s-101"
messagestringSuccess message"Ordercart list fetched successfully"
dataarrayArray of all order cart objectsRefer to Data Object Fields

📦 Data Object Fields

FieldTypeDescriptionExample
ordercartIdstringUnique identifier of the order cart"2662 1D"
ordercartNamestringName of the order cart"CART01"
modifiedAtstringLast modified timestamp (ISO 8601)"2026-05-22T09:26:58.013Z"
ordersarrayArray of order entries in this cartRefer to Orders Array

📘 Orders Array — scripDetail Object Fields (in Response)

FieldTypeDescriptionExample
symbolstringInstrument trading symbol"ACC"
_SeriesstringSeries of the instrument"EQ"
_InstrumentNamestringInstrument category"EQUITIES"
_ExchangeNamestringExchange name"NSE"
_ExpiryDatestringExpiry date"NA"
_OptionTypestringOption type"NA"
_StrikePricestringStrike price"NaN"
MarketLotintegerMarket lot size1
PriceTicknumberMinimum price movement10
SecurityDescstringFull security description"ACC LIMITED"
DecimalLocatorintegerDecimal precision indicator100
ISINstringISIN code"INE012A01025"
TransactionTypestringOrder side"BUY"
OrderTypestringOrder type"RL-MKT"
QuantityintegerNumber of units1
PricestringPrice per unit"0.00"
ProductTypestringProduct type"DELIVERY"
TriggerPricenumberTrigger price0
sSurvMeasureDescriptionstringSurveillance measure descriptionnull
is_amobooleanAMO flagfalse
disclosed_quantityintegerDisclosed quantity0
validitystringOrder validity"DAY"
scripDetobjectToken and segment infoRefer above
maturityDateintegerMaturity date (epoch)0
expiryInMilliSecintegerExpiry in milliseconds0