v1

latestOpenAPI 3.1.02026-07-2657157254.1 KB
polymarket

Connected wallets for an address (graph-based)

Returns sibling wallets discovered via the on-chain transfer graph (USDC, pUSD, CTF) plus identity-proof signals (shared signer, shared X username, shared first funder). Confidence is 0-100; ≥70 indicates strong evidence. On a cache miss the endpoint returns 202 and computes the cluster in the background — the next call returns the full result.

get/v2/polymarket/wallet/{address}/cluster

Path parameters

addressstring required

Seed wallet address (proxy or signer).

Seed wallet address (proxy or signer).

Query parameters

min_confidenceinteger

Minimum confidence to include (default 70 = strong-only).

Minimum confidence to include (default 70 = strong-only).

limitinteger

Max siblings to return.

Max siblings to return.

recomputeboolean

Kick off a fresh background BFS even if a cached result exists.

Kick off a fresh background BFS even if a cached result exists.

Response

Successful Response

seedstring required

Seed wallet address

computed_atinteger nullable

Unix timestamp when this cluster was last computed