402.bot
Recipe
live $0.0100 premium Wallet Intelligence

Polymarket Wallet Dossier

Combine performance, exposure, and recent behavior into one Polymarket wallet dossier.

$0.0100price
2steps
2sources
75ktokens saved
6tool calls compressed
median latency
api.402.botGoogle Gemini Flash Structured

Endpoint: /v1/recipes/polymarket-wallet-dossier/run
Capabilities: askgina, predictions, polymarket, markets, wallet-dossier

Why pay for this?

This recipe turns roughly 6 separate tool operations into one paid endpoint call and saves about ~75k tokens saved.

Load Polymarket performance analytics -> Build Polymarket wallet dossier

Creator

Name: 402.bot
Wallet: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
Payout: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
ERC-8004: verified
Identity: 30379
Bio: 402.bot managed workflow marketplace recipes.
ERC-8004 reputation: 0.0
Creator score: 21

Usage and trust

Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs

Pipeline

Stage 1

Load Polymarket performance analytics

http

Source: api.402.bot
Step id: analytics

Stage 2

Build Polymarket wallet dossier

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
No recent runs recorded yet. Runs appear here after the first paid execution.
View raw step spec

Load Polymarket performance analytics

{
  "id": "analytics",
  "url": "https://api.402.bot/analytics/predictions/polymarket/{{ $.input.walletAddress }}",
  "kind": "http",
  "query": {
    "days": "{{ $.input.days }}",
    "closedLimit": 50,
    "activityLimit": 100,
    "positionsLimit": 50
  },
  "title": "Load Polymarket performance analytics",
  "method": "GET",
  "outputPath": "$.response"
}

Build Polymarket wallet dossier

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Build Polymarket wallet dossier",
  "request": {
    "params": {
      "input": {
        "analytics": "{{ $.stepsById.analytics.output }}",
        "lookbackDays": "{{ $.stepsById.analytics.output.lookbackDays }}",
        "walletAddress": "{{ $.input.walletAddress }}"
      },
      "prompt": "Create a concise wallet dossier from this Polymarket analytics bundle. Focus on trading style, strengths, weaknesses, open exposure, recent behavior, and next actions.",
      "responseSchema": {
        "type": "object",
        "required": [
          "walletAddress",
          "lookbackDays",
          "overview",
          "tradingStyle",
          "strengths",
          "weaknesses",
          "openExposure",
          "recentBehavior",
          "nextActions"
        ],
        "properties": {
          "overview": {
            "type": "string"
          },
          "strengths": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Strengths."
          },
          "weaknesses": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Weaknesses."
          },
          "nextActions": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Next actions."
          },
          "lookbackDays": {
            "type": "integer"
          },
          "openExposure": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Open exposure."
          },
          "tradingStyle": {
            "type": "string"
          },
          "walletAddress": {
            "type": "string"
          },
          "recentBehavior": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Recent behavior."
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are preparing a concise prediction-market wallet dossier. Stay grounded in the supplied analytics only."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}