get_market_activity
Get recent ENS marketplace activity. Covers exactly three event types — SALE, PREMIUM_REGISTRATION and SWAP — and nothing else: it does NOT report listings, standing offers, mints, transfers, renewals or burns, so never conclude from an empty result that none of those occurred. Returns event details including name, price (in ETH), buyer/seller addresses, and timestamp. Sorted by most recent first. Not every row is a sale: check type before describing one as such. PREMIUM_REGISTRATION is a Dutch-auction registration from the ENS premium decay, NOT a secondary-market sale, so never quote it as evidence of what a name sold for; SWAP is a name-for-name trade and has no price. SALE includes accepted offers. This is raw activity only — it makes NO wash-trading / authenticity judgment; for "is this wash trading / fake volume?" use wash_check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 25, max 100) | |
| offset | No | Pagination offset | |
| eventTypes | No | Filter by event type. Defaults to all three; see the tool description for what each means. |