List all instruments
Returns all registered option instruments.
Response
Array of instruments
Unique instrument identifier. Format: {ASSET}_USDC-{DMMMYY}-{STRIKE}-{C|P}
"SOL_USDC-28FEB26-150-C"
Strike price in USDC micros
150000000
call, put "call"
Expiration timestamp (Unix seconds)
1740729600
Minimum price increment in USDC micros
1000
Minimum order size in millicontracts
100
Underlying units per contract — currently 1 for all listed instruments. Always read this from the response, never hard-code: future contracts may ship with a different multiplier.
1
Per-row hint — decimals applied to strike/tick_size to recover human dollars (always 6).
6
Per-row hint — decimals applied to min_size to recover human contracts (always 3).
3