Position Lifecycle Details
pulse_lifecycleRetrieve a single position lifecycle by ID to inspect every trade fill with timestamp, side, size, price, PnL, fee, and tx hash, revealing how the position was opened and closed.
Instructions
Look up one position lifecycle by its numeric ID, including every trade fill that composed it (timestamp, side, size, price, PnL, fee, tx hash) joined from the trades table within the open->close window. Use after pulse_trader_lifecycles to drill into exactly how a single position was built and unwound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lifecycle ID (from pulse_trader_lifecycles). | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |