---
title: "Get recent trade outcomes (closed + open) for a wallet"
method: GET
path: "/v1/positions/recent-outcomes"
tags: ["positions"]
---

# Get recent trade outcomes (closed + open) for a wallet

`GET /v1/positions/recent-outcomes`

## Query parameters

- `walletAddress` string, required
- `since` string, date-time
- `limit` integer

## Response `200`

Successful response

- RecentOutcomesOutput
  - `outcomes` TradeOutcome[], required
    - `id` string, required
    - `pnl` number, required
    - `date` string, required
    - `is_open` boolean, required
  - `totalTrades` integer, required
  - `winRate` number, nullable, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/legend/apis/legend-api.md) · [All operations](https://skmtc.net/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legend/legend-api/versions/34b8f4885f8a/schema)
