positions.list

List open positions

Returns the signed-in user’s open option positions, newest first.

Free. Anonymous and Free callers get 15-minute delayed data capped at 50 rows.

Input

No arguments.

Output

Returned under data; every response also carries meta with freshness, as_of and truncated.

FieldTypeDescription
positions*object[]

* required

Example request

curl -X POST "https://impliedoptions.com/api/v1/tools/positions.list" \
  -H "Authorization: Bearer <YOUR_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "args": {}
  }'

Rendered result: /performance?tab=current

Run

Log in to run this tool.
positions.listList open positionsFree

This tool takes no arguments.