Skip to main content

Margin Info

This API fetches margin details in multiple formats based on the requested type. You can retrieve a list of allowed periodicities, limit utilization, scrip-wise margin utilization, product-type-wise margin utilization, or detailed limit utilization.

🛣️Path Parameters

ParameterTypeRequiredDescriptionExampleAllowed Values
typestringYesType of margin information to fetch. Determines the format of the response data."detailed_limit""list", "limit", "tokenwise", "producttypewise", "detailed_limit"

🔑Header Parameters

ParameterTypeDescriptionExample
Content-TypestringContent type for requestapplication/json
AuthorizationstringBearer token for authenticationBearer {{access_token}}
x-api-keystringAPI key for access control{{x-api-key}}

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringStatus of API call"success"
codestringResponse code"s-101"
messagestringSuccess message"Success Message"
dataarrayArray of margin information objectsSee below

📘Data Object Info Fields

FieldTypeDescriptionExample
PeriodicityNamestringName of the periodicity"All Exchange combined"
nPeriodicitystringPeriodicity ID or code"8589934591"
get/transactional/v1/marginInfo/{type}