Response fields
Example
Request:200 OK):
Notes
- Sorted output. Wallets are returned in lexicographic order, not in the order you added them. The order is stable — useful for paginating through your own pool client-side without surprises.
- No pagination on this endpoint. The full list returns in one response. With
max: 1000and ~42 bytes per wallet address, the largest possible payload is well under 50 KB. - Pool isolation. Only wallets added by THIS API key are returned. No way to see other customers’ pools.
- Includes wallets that haven’t been scored yet. A wallet you just added via
POST /v2/copy-pnl/walletsshows here immediately, even if itscomputed_atwon’t appear in the leaderboard for ~30 seconds while on-add freshening runs.

