End Customer Position Transfer
POST
/positions/ec-transfer
Transfers a long or short position between two end-customer accounts under the same omnibus account and records corresponding end-customer transactions.
Parameters
Header Parameters
X-API-KEY*
Type
Requiredstring
Request Body
application/json
JSON "account_number": "MOCK_OMNI_AVSUAT_RQD_001", "from_end_customer_id": "MOCK_CUST_001", "to_end_customer_id": "MOCK_CUST_002", "symbol": "AMD", "quantity": "120", "is_short": false, "descr": "manual position transfer"
{
}
Responses
OK