Fetch all user positions with filtering and pagination
min_block / max_block or min_timestamp / max_timestamp to scope your query, and pagination_key to page through results.
| Constraint | Value |
|---|---|
limit | 1–200 (default 100) |
Order by block number or timestamp
block, timestamp Sort order (asc for streaming from oldest, desc for latest first)
asc, desc Minimum block number (inclusive)
x >= 0Maximum block number (inclusive)
x >= 0Minimum timestamp in Unix seconds (inclusive)
x >= 0Maximum timestamp in Unix seconds (inclusive)
x >= 0Filter by wallet address
Filter by token ID
Filter by market condition ID
Maximum positions per page (1-200)
1 <= x <= 200Cursor for pagination