Skip to main content
GET
Compare trader cohort positioning

Authorizations

X-API-Key
string
header
required

Create an API key at https://developers.coinversa.ai/keys. REST limits are shared across keys by account; access uses the effective tier of the presented key.

Path Parameters

coin
string
required

Exact indexed market symbol, e.g. BTC or xyz:GOLD. No matching rows returns an empty array.

Response

object[] | null

OK

biasLabel
string
required

Qualitative label computed from netBiasByNotional; not an independent signal.

coin
string
required

Exact market symbol queried.

longCount
integer<int64>
required

Number of long positions in this cohort and market.

longNotional
number<double>
required

Sum of long position notional, USD.

netBias
number<double>
required

Compatibility alias of netBiasByNotional, not long-share percentage.

netBiasByCount
number<double>
required

(longCount - shortCount) / (longCount + shortCount), from -1 to +1; zero when denominator is zero. Long share is a different quantity.

netBiasByNotional
number<double>
required

(longNotional - shortNotional) / (longNotional + shortNotional), from -1 to +1; zero when denominator is zero.

pnlTier
string
required

All-time PnL cohort legacy slug; smart_money = Sharps, exit_liquidity = The Crowd.

shortCount
integer<int64>
required

Number of short positions in this cohort and market.

shortNotional
number<double>
required

Sum of short position notional, USD.