Skip to main content

POSITION CONVERSION INQUIRY API

This API allows you to check the status of a previously requested position conversion using the orderId received from the Position Conversion API.

🔍 Query Parameters

ParameterTypeRequiredDescriptionExample
client_idstringNoClient ID to fetch position conversion status for a specific end userclient_id=VISHAL1
orderIdstringYesOrder ID received from position conversion responseorderId=NWSDJ00017>4

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringSpecifies the media type of the request payloadapplication/json
AuthorizationstringDealer authentication tokenBearer {{access_token}}
x-api-keystringAPI key used to authorize the request{{x-api-key}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code to user request"s-101"
messagestringSuccess or error message indicating status of conversion"Position conversion completed"