Wallet profile
get_wallet_profileAnalyze a Solana wallet's NFT holdings: collection shares, floor values, and wallet age. Answer ownership and valuation questions from on-chain data.
Instructions
What a wallet holds and what that means: items grouped by collection with counts and share of the wallet, which collection dominates, how many are listed or compressed, the creator royalty each collection asks for, share of total supply where a supply is known, a floor-times-count CEILING (never called a value) for the largest holdings, and the wallet's age and transaction count from the chain. Answers 'what do they collect', 'how much of X do they own', 'how big a holder are they', 'is this a fresh wallet', 'what is it worth at floor' - with each number labelled for what it is. Read-only; needs no key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Wallet address | |
| maxItems | No | Cap on items fetched (500 per request). Default 1000. | |
| priceTop | No | How many of the largest collections to price at floor (one paced Magic Eden request each; registry collections add one supply read). Default 5. | |
| includeAge | No | Read the wallet's first/last transaction from the chain (up to 3 RPC calls). Default true. |