Get Positions
get_positionsRetrieve live open Polymarket copy-trading positions with optional filters for status, time range, and limit.
Instructions
Retrieve live open portfolio positions (mark-to-market) with optional filtering. status=closed currently returns an empty set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fresh | No | Bypass cached positions fetch when true. | |
| limit | No | Maximum number of records to return. | |
| since | No | ISO 8601 timestamp — only return positions opened after this time. | |
| until | No | ISO 8601 timestamp — only return positions opened before this time. | |
| status | No | Filter by position status: 'open' (default), 'closed', or 'all'. |