Get wallet PnL history for a strategy (wallet in path)
Same as GET /v2/strategies//pnl, but the wallet is supplied as the address path parameter instead of the wallet query parameter. The wallet must be owned by the authenticated customer, who must also have the strategy enabled.
Authorizations
API key for authentication. Obtain from your Pods dashboard.
Path Parameters
Wallet address to scope the PnL series to.
"0xb794F5eA0ba39494cE839613fffBA74279579268"
Strategy ID or slug
Query Parameters
Rolling window size in days ending yesterday (UTC). Minimum 7, maximum 365. Ignored when from/to are provided.
7 <= x <= 3657
Inclusive range start (YYYY-MM-DD, UTC). When set, overrides days.
"2026-07-01T00:00:00.000Z"
Inclusive range end (YYYY-MM-DD, UTC). Cannot be in the future.
"2026-07-20T00:00:00.000Z"
Page number
x > 0Results per page (maximum 500)
1 <= x <= 500100
Response
PnL timeline retrieved
Paginated wallet PnL timeline for a strategy. The list key is items (not data).
Daily PnL points ordered oldest to newest, for the requested page.
Standard list pagination metadata
Resolved strategy ObjectId.
"665f1a2b3c4d5e6f70819293"
Wallet the PnL series is scoped to.
"0xb794F5eA0ba39494cE839613fffBA74279579268"