Skip to main content
Returns every wallet currently in your private BYOB pool. Useful for showing your tracked-set in a UI, exporting, or auditing what’s queued for the leaderboard.

Response fields

Example

Request:
Response (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: 1000 and ~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/wallets shows here immediately, even if its computed_at won’t appear in the leaderboard for ~30 seconds while on-add freshening runs.