Skip to content

Subaccount Transfer

POST
/positions/subaccount-transfer

Use this endpoint to adjust / move positions between subaccounts (i.e. Moving stocks from LEQT to net out short positions in SEQT constitutes a decrement, whereas moving stocks from the SEQT account to the LEQT account constitutes an increment).

Parameters

Header Parameters

X-API-KEY*
Type
string
Required

Request Body

application/json
JSON
{
  
"account_number": "string",
  
"request_id": "string",
  
"quantity": "string",
  
"increment": true,
  
"symbol": "string"
}

Responses

Transfer successful

application/json
JSON
{
}

Playground

Headers
Body

Samples

Powered by VitePress OpenAPI