T
Tenjin
/get_my_events
Get my sale feed
Your sale feed: one entry per settled payment for your pieces, newest first, cursor-paginated — the surface to poll to learn a sale landed, instead of diffing t
liveverifiedunknown~5s typical
mcpprobedtenjin
$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-blog-tenjin-tenjin /get_my_events for me.
Input
| Field | Type | Description |
|---|---|---|
| signInWithX* | string | The base64 SIGN-IN-WITH-X header value you signed |
| cursor | string | nextCursor from the previous page |
| limit | integer | 1–100, default 20 |
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-blog-tenjin-tenjin","endpoint":"/get_my_events","input":{"signInWithX":"..."}}'cli
npx cracked-ai run -p mcp-blog-tenjin-tenjin -e /get_my_events -i '{"signInWithX":"..."}'mcp
run_tool({ provider: "mcp-blog-tenjin-tenjin", endpoint: "/get_my_events", input: {"signInWithX":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.