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
Combine performance, exposure, and recent behavior into one Polymarket wallet dossier.
Endpoint: /v1/recipes/polymarket-wallet-dossier/run
Capabilities: askgina, predictions, polymarket, markets, wallet-dossier
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
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
Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs
Source: api.402.bot
Step id: analytics
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"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"
}
{
"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"
}
}