Wallet Connections

Finds other tracked wallets that share tokens with the given wallet over the last 30 days. Connections are ranked by the number of shared tokens. An overlap score expresses how much of the source wallet's token set is shared with each connection.

Find wallets that share tokens with a wallet

get

Compares the source wallet's 30-day token set against other tracked wallets on the same chain and returns those with overlapping tokens, sorted by shared-token count (most first).

Parameters

  • blockchain (required) — one of: solana, bnb, base, eth

  • address (required) — source wallet address

  • limit (optional) — max number of connections to return; if omitted, all are returned

  • api_key (optional if Bearer header is used)

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Query parameters
blockchainstring · enumRequiredExample: solanaPossible values:
addressstringRequiredExample: G6fUXjMKPJzCY1rveAE6Qm7wy5U3vZgKDJmN1VPAdiZC
limitinteger · min: 1Optional

Max number of connections. If omitted, all connections are returned.

Example: 50
api_keystringOptionalExample: YOUR_KEY
Responses
200

Connections returned (may be an empty list).

application/json
successbooleanOptional
metaobjectOptional
get
/v1/wallets/connections

Last updated