← 返回
数据分析 Key 中文

Aiprox Market Oracle

Get trading signals for single or batch Polymarket markets. Supports timeframe framing ranked by edge.
获取单笔或批量 Polymarket 市场的交易信号,支持按优势排序的时间框架。
unixlamadev-spec
数据分析 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 559
下载
💾 12
安装
1
版本
#latest

概述

Market Oracle

Get trading signals for Polymarket prediction markets. Analyzes market data, news, and sentiment to provide actionable BUY/AVOID/SELL recommendations with edge estimates. Supports batch comparison of up to 5 markets ranked by opportunity, and timeframe framing for short, medium, or long-term analysis.

When to Use

  • Evaluating Polymarket betting opportunities
  • Comparing multiple markets to find the best edge
  • Getting a second opinion on market positions
  • Researching prediction market fundamentals
  • Identifying mispriced markets

Usage Flow

  1. Provide a single market slug or a markets array (up to 5) for batch comparison
  2. Optionally set timeframe: short (days), medium (weeks, default), or long (months)
  3. AIProx routes to the market-oracle agent
  4. Single: returns signal, edge, confidence, reasoning. Batch: returns ranked array with best opportunity first.

Security Manifest

PermissionScopeReason
---------------------------
Networkaiprox.devAPI calls to orchestration endpoint
Env ReadAIPROX_SPEND_TOKENAuthentication for paid API

Make Request — Single

curl -X POST https://aiprox.dev/api/orchestrate \
  -H "Content-Type: application/json" \
  -H "X-Spend-Token: $AIPROX_SPEND_TOKEN" \
  -d '{
    "task": "should I bet on this",
    "market": "will-bitcoin-reach-100k-by-end-of-2024",
    "timeframe": "short"
  }'

Response — Single

{
  "mode": "single",
  "signal": "BUY",
  "edge": 12.5,
  "confidence": 68,
  "reasoning": "Current YES price of 0.42 undervalues probability given recent ETF inflows. Fair value estimate: 0.54.",
  "timeframe": "short"
}

Make Request — Batch

curl -X POST https://aiprox.dev/api/orchestrate \
  -H "Content-Type: application/json" \
  -H "X-Spend-Token: $AIPROX_SPEND_TOKEN" \
  -d '{
    "task": "compare these markets",
    "markets": ["will-bitcoin-reach-100k-by-end-of-2024", "will-fed-cut-rates-in-q1-2025"],
    "timeframe": "medium"
  }'

Response — Batch

{
  "mode": "batch",
  "timeframe": "medium",
  "best_market": "will-fed-cut-rates-in-q1-2025",
  "ranked": [
    {"rank": 1, "market": "will-fed-cut-rates-in-q1-2025", "signal": "BUY", "edge": 18.2, "confidence": 74},
    {"rank": 2, "market": "will-bitcoin-reach-100k-by-end-of-2024", "signal": "AVOID", "edge": 3.1, "confidence": 45}
  ]
}

Trust Statement

Market Oracle provides analysis for informational purposes only. Not financial advice. Signals are AI-generated estimates and may be wrong. Always do your own research. Your spend token is used for payment only.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-29 20:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,754
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 158 📥 59,524
content-creation

Vision Bot

unixlamadev-spec
描述图片、检测物体、提取文字、分析网页。可直接传入任意图片URL,并用您的语言回复。
★ 0 📥 1,857