Fetch current positions for a Dflow wallet
Fetch positions for a wallet on Dflow. Returns cost basis, realized PnL, and fees. Open positions haveDocumentation Index
Fetch the complete documentation index at: https://docs.predexon.com/llms.txt
Use this file to discover all available pages before exploring further.
total_qty_bought > total_qty_sold.
| Constraint | Value |
|---|---|
limit | 1–500 (default 100) |
Solana wallet address (base58-encoded, 32-44 chars)
Filter by position status: open, closed, or all (default) Dflow position status enum.
open, closed Filter by specific outcome mint address
Filter by market ticker (case-insensitive)
Sort by: total_qty_bought, total_cost_basis, or realized_pnl
total_qty_bought, total_cost_basis, realized_pnl Sort order: asc or desc
asc, desc Maximum number of positions to return (1-500)
1 <= x <= 500Base64-encoded cursor for pagination
Successful Response
Dflow wallet positions endpoint response.