> ## Documentation Index
> Fetch the complete documentation index at: https://enterprise.predexon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Positions

> Unified view of open positions across all markets

```http theme={null}
GET /v1/accounts/{accountId}/positions
```

**Response**

```json theme={null}
{
  "positions": [
    {
      "predexonId": "px-abc123def456",
      "title": "Will Trump win the 2028 election?",
      "outcome": "Yes",
      "size": "100",
      "lockedSize": "0",
      "averagePrice": "0.495",
      "markPrice": "0.55",
      "currentValue": "55.00",
      "unrealizedPnl": "5.50"
    }
  ]
}
```

`size` is the total number of shares held. `lockedSize` is the portion encumbered by open limit-sell orders — `size − lockedSize` is available to sell. (For limit BUYs, USDC is reserved on the account balance via `balance.locked`, not here.)

No venue field. Positions are economic exposure, not on-chain holdings — see [How positions are backed](/ledger/concepts#how-positions-are-backed) for the custody model.
