Proven insider links
get_wallet_linksTrace proven on-chain transfers and funding links between wallets for any token to verify if holder distribution is organic or masked by the deployer.
Instructions
The graph of proven on-chain links between wallets around one token — who funded whom, who transferred to whom, and coordinated timing — typically the deployer's supply fanned out to look like organic demand. Use it when the holder list looks distributed and you want to know whether it really is. This is the hard-evidence tool of the forensic family: for wallets that merely behave alike with no provable link, call get_lookalike_clusters; for where the money entered the chain, get_funding_sources. Not for the creator wallet's own sales and transfers (get_dev_tracker) or for market data of any kind. Arguments: address and chain; one API unit on any chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain the token is deployed on: solana (default), ethereum, base, robinhood. Required for any 0x address, because the same contract address can exist on several EVM chains. Omit it for Solana. An unsupported value is rejected before any request is spent; EVM chains need a key on an All-Chains plan. | solana |
| address | Yes | The token's own contract address, exactly as an explorer shows it. Solana: the base58 mint, 32-44 characters (e.g. 6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN). EVM: 0x followed by 40 hex characters, case-insensitive (e.g. 0x6982508145454ce325ddbe47a25d4ec3d2311933). Never a pool, pair, wallet or deployer address — those come back as not found. Set `chain` to match the address: a 0x address alone cannot say which EVM chain it lives on, and a Solana mint sent with an EVM chain is rejected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | No | Graph nodes; clusters groups them. | |
| token | No | The address that was scanned (on get_token_scan, the full token metadata object instead). | |
| locked | No | True on non-Pro keys, in which case only reason, upgradeUrl and message are present. | |
| poweredBy | No | Always "DeFade.org". | |
| timestamp | No | ISO time the response was assembled. | |
| connections | No | Wallet-to-wallet transfers that tie the cohort together; connectionsTotal is the count before truncation. | |
| insiderCount | No | Wallets in the connected cohort; insiderHoldingPct is the supply they hold. | |
| totalTransfers | No | Transfers behind the graph, moving transferredPct of supply. | |
| walletConnections | No | Per-wallet connection counts. |