Skip to content

Internal Equity Transfer

POST
/positions/internal-equity-transfer

Use this endpoint to move long positions between omnibus accounts under the same entity.

Parameters

Header Parameters

X-API-KEY
Type
string

Request Body

application/json
JSON
{
  
"account_number": "MOCK_OMNI_AVS_RQD_001",
  
"from_account_number": "MOCK_OMNI_AVS_RQD_001",
  
"to_account_number": "MOCK_OMNI_AVS_RQD_002",
  
"quantity": "100",
  
"symbol": "AMD",
  
"description": "manual transfer"
}

Responses

OK

Playground

Headers
Body

Samples

Powered by VitePress OpenAPI