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
| Parameter | Type | Required | Description | Example |
|---|
| client_id | string | No | Client ID to fetch position conversion status for a specific end user | client_id=VISHAL1 |
| orderId | string | Yes | Order ID received from position conversion response | orderId=NWSDJ00017>4 |
| Header | Type | Description | Example |
|---|
| Content-Type | string | Specifies the media type of the request payload | application/json |
| Authorization | string | Dealer authentication token | Bearer {{access_token}} |
| x-api-key | string | API key used to authorize the request | {{x-api-key}} |
🟢 Success Response - 200 OK
Content-Type: application/json
| Field | Type | Description | Example |
|---|
| status | string | Status of API call | "success" |
| code | string | Response code to user request | "s-101" |
| message | string | Success or error message indicating status of conversion | "Position conversion completed" |