# Polymarket Account Analyzer ## Docs - [GET /analyze/:wallet](https://docs.forevex.trade/api-reference/get-analyze-wallet.md): 返回完整 AnalyzeReport JSON(`application/json`)。路径参数为 Polygon 上 `0x` 钱包地址,一般无需对 `0x` 再做 URL 编码。查询参数与 CLI `analyze` 的当次开关一致。 - [GET /leaderboard](https://docs.forevex.trade/api-reference/get-leaderboard.md): 返回首页榜单 JSON;需要已配置的 PostgreSQL 与榜单数据。 - [API 概览](https://docs.forevex.trade/api-reference/introduction.md): 只读 HTTP 接口 — 钱包分析报告与 Postgres 榜单。 - [架构与数据流](https://docs.forevex.trade/architecture.md): 从 CLI/HTTP 到 Data API、可选子图与 Postgres 的报告构建路径。 - [配置](https://docs.forevex.trade/configuration.md): config.toml、PAA_ 环境变量、DATABASE_URL 与 Docker 要点。 - [开发](https://docs.forevex.trade/development.md): 参与 Rust 分析器开发,以及本地预览本 Mintlify 文档站。 - [概览](https://docs.forevex.trade/index.md): 只读分析任意 Polymarket 钱包:公开 Data API、多维报告与策略反推;CLI 与 Axum REST API。 - [快速开始](https://docs.forevex.trade/quickstart.md): 编译 Polymarket Account Analyzer,运行 CLI 分析与本地 HTTP API。 ## OpenAPI Specs - [openapi](https://docs.forevex.trade/api-reference/openapi.json) ## Optional - [Polymarket 文档](https://docs.polymarket.com) - [Data API](https://data-api.polymarket.com) - [GitHub](https://github.com/a9research/Polymarket-Analyzer)