Documentation Index
Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Response fields
| Field | Type | Description |
|---|---|---|
wallets | string[] | Every wallet in your pool, lowercased, sorted lexicographically (stable order) |
count | int | Length of the wallets array |
max | int | Hard cap on pool size per API key (1000) |
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.

