list_my_trades
List your active and historical trades to rebuild settlement context after an agent restart or conversation loss. Filter by status for targeted results.
Instructions
List the caller's trades (active + historical). Read-only. Primary tool for rebuilding state after losing conversation context.
USE WHEN: an agent restarted/lost context and must resync in-flight settlements, or showing the user their trade history. DO NOT USE WHEN: you need open market demand (use list_open_rfqs) or per-leg HTLC detail for one trade (use get_htlc).
Optional status filter narrows the page. For settlement-leg detail on a specific trade, follow up with get_htlc(tradeId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Optional trade-status filter (e.g. ACTIVE, COMPLETED). Omit for all. | |
| page | No | 1-based page number. Default 1. | |
| pageSize | No | Page size, 1-100. Default 20. |