Skip to main content

IPO LIST API

This API returns the list of ongoing, upcoming, and closed IPOs available to the user.

🔍 Query Parameters

ParameterTypeRequiredDescriptionExample / Enum
userIdstringYesUser ID (UCC)"{{user_id}}"
typenumberNoIPO category filter-1
offerNamestringNoFilter by offer name"ABC Technologies IPO"
offerTypestringNoOffer type"IPO"

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringRequest payload formatapplication/json
AuthorizationstringAccess token for authenticated requests{{access_token}}
x-api-keystringAPI key used to authorize request{{x-api-key}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code"s-101"
messagestringSuccess message"IPO list fetched successfully"
dataobjectIPO data grouped by categoryRefer IPO List Fields

📦 Current IPO List

FieldTypeDescriptionExample
IPOCodestringIPO code"IPO123"
OfferNamestringOffer name"ABC Technologies Ltd"
OfferTypestringOffer type"IPO"
MinPriceintegerMinimum bid price100
MaxPriceintegerMaximum bid price120
StartDatestringIPO opening date"10-06-2026"
EndDatestringIPO closing date"12-06-2026"
IssueSizestringTotal issue size"₹500 Cr"
FaceValueintegerFace value per share10
LotSizestringLot size"125"
IssueTypestringIssue type"Book Building"
MinOrderQtyintegerMinimum order quantity125
MinAmountintegerMinimum investment amount15000
nMarketLotBIDQtystringMarket lot quantity"125"
nMinimumLotBIDQtystringMinimum bid lot quantity"125"
dtStartDatestringStart date/time"2026-06-10"
dtDailyStartTimestringDaily subscription start time"10:00:00"
dtDailyEndTimestringDaily subscription end time"17:00:00"
brokerRecostringBroker recommendation"SUBSCRIBE"
exchangestringExchange"NSE"
bidStatusstringUser bid status"APPLIED"
placeModifyBidbooleanBid placement/modification allowedtrue
cardDisplaybooleanDisplay flagtrue

📦 Future IPO List

Future IPO List contains the same fields as Current IPO List and represents IPOs that are scheduled to open in the future.

📦 Past IPO List

Past IPO List contains the same fields as Current IPO List and represents IPOs that have already closed.

📊 Metadata

FieldTypeDescriptionExample
metadatastringAdditional IPO metadata returned by the system"IPO Summary Data"

📝 Notes

  • IPOs are categorized into:
    • CurrentIPOList → Ongoing IPOs
    • FutureIPOList → Upcoming IPOs
    • PastIPOList → Closed IPOs
  • Use offerType to filter specific offer categories.
  • Use offerName to search for a particular IPO.
  • Useful for:
    • IPO dashboards
    • IPO application workflows
    • IPO discovery and tracking