Skip to main content

GET ORDERCART DETAILS API

This API retrieves the details of a specific order cart by its ID.

Endpoint: GET /transactional/v1/ordercart/{ordercartId}

🔑 Header Parameters

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

🔗 Path Parameters

ParameterTypeRequiredDescriptionExample
ordercartIdstringYesUnique identifier of the order cart"2657 1D"

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code to user request"s-101"
messagestringSuccess message"Ordercart details fetched successfully"
dataobjectOrder cart detail payloadRefer to Data Object Fields

📦 Data Object Fields

FieldTypeDescriptionExample
ordercartIdstringUnique identifier of the order cart"2657 1D"
ordercartNamestringName of the order cart"BasketTest5"
ordersarrayArray of order entries in this cartRefer below

📘 Orders Array — scripDetail Object Fields (in Response)

FieldTypeDescriptionExample
symbolstringInstrument trading symbol"ACC"
_SeriesstringSeries of the instrument"EQ"
_InstrumentNamestringInstrument category"EQUITIES"
_ExchangeNamestringExchange name"NSE"
MarketLotintegerMarket lot size1
PriceTicknumberMinimum price movement10
SecurityDescstringFull security description"NSE EQUITIES ACC EQ 22"
DecimalLocatorintegerDecimal precision indicator100
ISINstringISIN code"INE012A01025"
OrderTypestringOrder type"RL"
TransactionTypestringOrder side"BUY"
QuantityintegerNumber of units3
PricestringPrice per unit"567"
ProductTypestringProduct type"MTF"
TriggerPricestringTrigger price"0"
validitystringOrder validity"DAY"
scripDetobjectToken and segment infoRefer above
RecoTypestringRecommendation type (if applicable)"Initiate Long Call"
RecoSubTypestringRecommendation sub-type"Enter Long"
RecoSubTypeValuestringRecommendation sub-type value"101"