本服务由Documentation Index
Fetch the complete documentation index at: https://docs.forevex.trade/llms.txt
Use this file to discover all available pages before exploring further.
polymarket-account-analyzer serve 提供,默认监听 127.0.0.1:3000(可通过 --bind 修改)。
认证
当前端点均为 公开只读,无需 Bearer Token 或 API Key。上游 Polymarket Data API 亦为公开接口。端点一览
| 方法 | 路径 | 说明 |
|---|---|---|
GET | /analyze/{wallet} | 返回完整 AnalyzeReport JSON |
GET | /leaderboard | 首页榜单(需 Postgres);limit 默认 30,范围 1~100 |
OpenAPI
端点详情页与 API Playground 使用api-reference/openapi.json(相对于 Mintlify 项目根目录 documents/)。更新 REST 行为时请同步修改该文件与对应 MDX 说明。
CORS
浏览器直连时需在配置中设置cors_allowed_origins 或 PAA_CORS_ORIGINS(逗号分隔多个 Origin)。未配置则不挂载 CORS 中间件。