NW
Name Whisper — ENS Intelligence Layer
/cancel_offer
cancel offer
Cancel an active offer you made on an ENS name. Returns unsigned Seaport cancel() calldata. Only the bidder (the order's offerer) can cancel. If the offer was
liveverifiedunknown~5s typical
mcpprobednamewhisper—
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-namewhisper-ens-tools /cancel_offer for me.
Input
| Field | Type | Description |
|---|---|---|
| orderHash* | string | Seaport order hash of the offer to cancel (from get_name_details or the orderbook) |
| walletAddress* | string | Wallet address of the bidder. Must match the original offerer on the order. |
| alsoCancel | array | Sibling order hashes to cancel in the same tx (e.g. the OpenSea-variant of an NW offer). C |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-namewhisper-ens-tools","endpoint":"/cancel_offer","input":{"orderHash":"...","walletAddress":"..."}}'cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /cancel_offer -i '{"orderHash":"...","walletAddress":"..."}'mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/cancel_offer", input: {"orderHash":"...","walletAddress":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.