Wallet activity & behaviour
get_wallet_activityGet a wallet's NFT trading pattern: buys, sells, SOL totals, net flow, flips, marketplaces, and behavior label from on-chain data.
Instructions
How a wallet trades: buys and sells with SOL totals, net flow, listings and bids, which marketplace (Magic Eden order book vs AMM pools; OpenSea with a key), the collections it trades most, every flip (bought then sold: hold time and P&L before fees), a behaviour label (flipper / holder / mixed / lister / quiet) with the reason, and the first purchase inside the window. With OPENSEA_API_KEY set, plain transfers are included so 'was this airdropped, gifted or bought?' gets an evidence-based answer. Every figure says which feed it came from and what that feed cannot see. Read-only; needs no key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Magic Eden activity pages of 100 events, newest first. Default 3. | |
| wallet | Yes | Wallet address | |
| includeOpenSea | No | Add OpenSea sales and transfers when OpenSea can be read (self-issued key or OPENSEA_API_KEY). Default true. |