Skip to content
Crifine

Portfolio

Every position ranked by execution spread, worst first.

GET/v1/portfolio

Score an address's holdings against observed depth. Roadmap.

ParameterTypeNotes
addressstring, requiredThe wallet to score.
chainsstringComma-separated chain filter.
min_value_usdnumberIgnore dust positions. Default 1000.
{
  "address": "0x4b…9d02",
  "as_of": "2026-08-29",
  "quoted_value_usd": 43900000,
  "realizable_value_usd": 41280000,
  "execution_cost_usd": 2620000,
  "portfolio_gap_pct": -5.97,
  "closed_market_value_usd": 6100000,
  "positions": [
    { "pool": "uniswap-v3-zec", "value_usd": 8900000,  "exit_gap_pct": -11.40 },
    { "pool": "rh-nvda",        "value_usd": 6100000,  "exit_gap_pct": -6.93 },
    { "pool": "aave-v3-aave",   "value_usd": 18400000, "exit_gap_pct": -4.20 },
    { "pool": "morpho-cbbtc",   "value_usd": 10500000, "exit_gap_pct": -0.36 }
  ]
}