ExerciseOption

Exercise an in-the-money option position to realize profit.

European options can only be exercised at expiry. American options can be exercised anytime before expiry.
POSTExerciseOption🔐 Auth

Exercises the specified option position. For cash-settled options, the intrinsic value is credited to your account. For physically-settled options, the underlying asset is delivered.

Request

ParameterTypeDescription
contract_idrequireduint32Option contract ID
quantityrequiredint64Number of contracts to exercise (8 decimals)

Response

FieldTypeDescription
successboolWhether exercise was successful
payoutint64Amount received (8 decimals)
settlement_typeOptionSettlementCASH (0) or PHYSICAL (1)
underlying_receivedint64Underlying amount (physical settlement only)
errorstringError message if failed

Settlement Types

TypeDescriptionYou Receive
CashIntrinsic value paid in USDC|Spot - Strike| × Contracts
PhysicalUnderlying asset deliveredActual BTC/ETH/etc.