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

# GET /traders/{address}/positions/closed: Closed Positions

> The wallet's closed positions.

Returns only the wallet's closed positions. Response shape matches [/positions](/api/analytics/trader-positions).

```text theme={null}
GET https://bravado-api-k7kaq.ondigitalocean.app/traders/{address}/positions/closed
```

### Path Parameters

### Response

Array of position objects. See [/positions field reference](/api/analytics/trader-positions#response-position-fields).

### Example

```bash cURL theme={null}
curl https://bravado-api-k7kaq.ondigitalocean.app/traders/0xabc.../positions/closed \
  -H "Authorization: Bearer <token>"
```
