Skip to main content
GET
分析钱包
完整 AnalyzeReport JSON,与 CLI analyze <wallet> 在相同配置与查询参数下语义一致。

路径

  • wallet0x 开头的地址;直接写在路径中即可,避免破坏路径的额外编码。

与 CLI 对齐的查询参数(可选)

布尔值常用 true / false

示例

未提供 HTTP 的能力

report-from-canonical-runexport-ambiguousset-ambiguous-review 等仅支持 CLI;无对应 REST 路由。

Path Parameters

wallet
string
required

钱包地址,例如 0x5924…

Query Parameters

no_cache
boolean

为 true 时跳过 Postgres 报告缓存

with_subgraph
boolean

当次启用 Goldsky 子图拉取

no_subgraph
boolean

当次关闭子图

subgraph_cap_rows
integer

子图每条流最大行数封顶(整数)

Required range: x >= 0
with_reconciliation
boolean

当次启用对账摘要

no_reconciliation
boolean

当次关闭对账

with_canonical
boolean

当次启用规范层合并并写 PG(需数据库)

no_canonical
boolean

当次关闭规范层

no_persist_raw
boolean

当次不写 raw 表

Response

200 - application/json

AnalyzeReport JSON(schema_version 2.x)

结构化报告,含 lifetime、market_distribution、strategy_inference、frontend 等字段