Skip to content

Request Early Exercise

POST
/early-exercise/request

Request early exercise of a position. Must be confirmed at /early-exercise/confirm.

Parameters

Header Parameters

X-API-KEY*
Type
string
Required

Request Body

application/json
JSON
{
  
"account_number": "string",
  
"exercise_id": "string",
  
"quantity": "1.23",
  
"symbol": "string"
}

Responses

Maximum fee to early exercise and a request_id to confirm exercise if the account accepts the fee.

application/json
JSON
{
  
"maximum_fee": "100.00",
  
"request_id": "2eee349f-3db5-49bd-8a81-d3678667aeb2"
}

Playground

Headers
Body

Samples

Powered by VitePress OpenAPI