groundtruth_screen_creator
Given one creator address, return every wallet that was early in that creator's launches: the role each played (creator, operator_pool, repeat_buyer, one_off), how many of this creator's launches it was early in versus how many it was early in anywhere, and that wallet operator's own rug rate. Also returns the apparent-versus-true collapse: how many wallets LOOK independent versus how many distinct actors they actually are, after merging wallets with near-identical launch histories. Rates come with the chain baseline, because a rate without its baseline is not a finding. This is the analysis no other source produces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Optional filter. Omit for all roles. operator_pool is the row that matters most. | |
| chain | No | Which chain the creator launched on. | solana |
| limit | No | Maximum wallet rows to return. The response reports wallets_truncated when it caps. | |
| creator | Yes | Creator address. base58 for Solana, 0x... for Robinhood Chain. |