← Cookbook

✅ runnablePython ✓TypeScript ✓

Recipe 07 — List my strategies + their PnL

Status: ✅ runnable SDK surface: client.strategies.list() Server endpoint: GET /v1/strategies TZ reference: TZ-3 §4.8

Prints every strategy attached to the authed user along with realized + unrealized PnL. Use this to drive a dashboard or pre-trade gate check.

PYTHONPATH=packages/sdk-py/src python cookbook/recipes/07-list-strategies-pnl/python_example.py
npx tsx cookbook/recipes/07-list-strategies-pnl/typescript_example.ts

Source: cookbook/recipes/07-list-strategies-pnl/README.md