Skip to main content
GET
Connections
Discover which other tracked wallets trade the same tokens as a given wallet. CabalSpy compares the tokens the wallet traded over the last 30 days against every other tracked wallet of the same type and returns those with overlap, ranked by how many tokens they share. Use it to map clusters of wallets that move together, spot wallets that shadow a known KOL, or surface a network of related traders around one address.
overlap_score is the share of the source wallet tokens that the other wallet also traded, from 0 to 1. A higher shared_tokens count and a higher overlap_score mean a stronger connection. Results are sorted by shared_tokens, highest first.

Query Parameters

string
required
Chain of the wallet. One of solana, bnb, base, eth.
string
required
The source wallet address to find connections for.
integer
Maximum number of connections to return. Omit to return all.
string
required
Your API key. Alternatively pass it as an Authorization Bearer header.

Usage Example

Response

boolean
True on success.
object

Errors