分析钱包
端点
GET /analyze/:wallet
返回完整 AnalyzeReport JSON(application/json)。路径参数为 Polygon 上 0x 钱包地址,一般无需对 0x 再做 URL 编码。查询参数与 CLI analyze 的当次开关一致。
GET
分析钱包
完整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.
AnalyzeReport JSON,与 CLI analyze <wallet> 在相同配置与查询参数下语义一致。
路径
wallet:0x开头的地址;直接写在路径中即可,避免破坏路径的额外编码。
与 CLI 对齐的查询参数(可选)
| 参数 | 说明 |
|---|---|
no_cache | 跳过报告缓存 |
with_subgraph / no_subgraph | 子图开关 |
subgraph_cap_rows | 子图每流行数上限 |
with_reconciliation / no_reconciliation | 对账开关 |
with_canonical / no_canonical | 规范层落库开关 |
no_persist_raw | 当次不写 raw |
true / false。
示例
未提供 HTTP 的能力
report-from-canonical-run、export-ambiguous、set-ambiguous-review 等仅支持 CLI;无对应 REST 路由。Path Parameters
钱包地址,例如 0x5924…
Query Parameters
为 true 时跳过 Postgres 报告缓存
当次启用 Goldsky 子图拉取
当次关闭子图
子图每条流最大行数封顶(整数)
Required range:
x >= 0当次启用对账摘要
当次关闭对账
当次启用规范层合并并写 PG(需数据库)
当次关闭规范层
当次不写 raw 表
Response
200 - application/json
AnalyzeReport JSON(schema_version 2.x)
结构化报告,含 lifetime、market_distribution、strategy_inference、frontend 等字段