Skip to main content
POST
Signal Score

Body

application/json
page
object
required
filter
(Numeric · object | ID · object | Wallet address · object | User Profile Lookup · object | User Tag Profile Lookup · object | Group · object)[]

Filters to apply, combined with AND. Use a group for OR.

Minimum array length: 1

A single field condition. in/notIn take an array of values; matches/notMatches take one search term.

orderBy
object[]

Sort keys in priority order; the first is the primary sort. Defaults to the table's configured ranking when omitted.

searchKey
string

Free-text search over: Market (embedding + full-text relevance).

Response

List of Signal Score rows

avgEntryPrice
number<double>

Average entry price of the shares still held (p_in)

daysToResolution
integer<int32>

Days from now to market end (<0 = overdue)

event
Event · object

Resolved Event row.

market
Market · object

Resolved Market row.

pNow
number<double>

Live token price for this position (p_now)

relSize
number<double>

This bet vs the wallet's usual size (>1 = bigger than usual)

score
number<double>

Final 0-100 insider score for this position

slipAbs
number<double>

Signed price move since entry (p_now - p_in)

tags
Tag · object[]
token
Token · object

Resolved Token row.

totalBoughtShares
number<double>

All-time shares bought for this position

tradeSize
number<double>

This position's peak USD conviction (max_unrealized_buy_cost)

user
User · object

Resolved User row.