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 <= 365Inclusive range start (YYYY-MM-DD, UTC). When set, overrides days.
Inclusive range end (YYYY-MM-DD, UTC). Cannot be in the future.
Results per page (maximum 500)
1 <= x <= 500Page number
x >= 1Response
PnL timeline retrieved
Paginated wallet PnL timeline for a strategy. The list key is items (not data).