Add one or more Polymarket proxy wallet addresses to your BYOL set. Newly added wallets are indexed immediately in the background and will appear in your leaderboard queries within seconds.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.
Authentication
Pass your API key via query parameter?key=, header x-api-key, or Authorization: Bearer.
Request body
Array of Polymarket proxy wallet addresses. Each must be a valid Ethereum address (
0x + 40 hex characters). Maximum 500 wallets per request.Response
| Field | Type | Description |
|---|---|---|
added | number | Number of new wallets added |
already_tracked | number | Wallets that were already in your set (not counted toward the limit) |
total | number | Total wallets now in your set |
limit | number | Maximum wallets allowed (5,000) |
Deduplication
If you add wallets that are already in your set, they are silently ignored. This means you can safely re-send your full wallet list without worrying about duplicates.Examples
Newly added wallets are fetched immediately in the background. They typically appear in leaderboard queries within a few seconds.

