Skip to main content

Position Conversion Inquiry

Retrieve the status of a position conversion using the orderId received from a prior conversion request.

🔍Query Parameters

FieldTypeRequiredDescriptionExample/ENUM
orderIDstringYesUnique ID generated from the conversion API"PCV1234567"

🔑Header Parameters

HeaderTypeRequiredDescriptionExample/ENUM
Content-TypestringYesMedia Type of the request bodyapplication/json
AuthorizationstringYesBearer token for authenticationBearer access_token
x-api-keystringYesAPI key provided for authorizationx-api-key

🟢Success Response - 200 OK

FieldTypeDescriptionExample
statusstringIndicates the status of the API call"success"
codestringResponse code for the request"s-101"
messagestringMessage conveying the response info"Conversion Successful"