pairId and idx values are used by position-management methods.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
user | Address | 'ALL' | connected wallet | Trader address to scope results to. Pass 'ALL' to fetch open positions across every trader (no trader filter applied). |
blockNumber | bigint | current block | Arbitrum block number used for live PnL projection. Auto-fetched when using OstiumClient. |
limit | number | Infinity | Maximum number of positions to return. |
skip | number | 0 | Number of positions to skip — use with limit to paginate. |