Skip to main content
POST
Global Smart Money

Body

application/json
page
object
required
filter
(Numeric · object | ID · object | Text · object | Wallet address · object | Boolean · 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 Global Smart Money rows

atRisk
number<double>

Total current USD value held in the market by the selected wallets, both sides, sum of unrealized_usd across the aggregated positions.

daysLeft
integer<int32>

Whole days from now until the market's end date, falling back to the event's end date when the market has none (coalesce(end_date, event_end_date)); negative if the end date has passed, null if neither is set

isYes
boolean

Whether the favored Side is the Yes side, true when the cohort's implied Yes price is above the live Yes price (cohort price - yes price > 0). The boolean behind Side, for coloring/logic independent of the token name.

liquidity
number<double>

The market's on-book liquidity (market_metadata.liquidity, latest by updated_at)

market
Market · object

Resolved Market row.

marketPrice
number<double>

The live market price for the Side outcome, the badge's "vs market 62¢" value. The live Yes price when Side is Yes, or 1 minus it when Side is No.

side
string

The outcome smart money favors relative to the market, the market's own token name for the Yes side (outcomes[1]) when the cohort's implied Yes price is above the live Yes price (cohort price - yes price > 0), else the No-side token name (outcomes[2]). The badge's outcome label; direction of the Edge magnitude.

smartMoneyPrice
number<double>

Smart money's price for the Side outcome, the badge's "Yes 70¢" / "No 78¢" value. Smart Money Probability when Side is Yes, or 1 minus it when Side is No.

tags
Tag · object[]
wallets
integer<int64>

Number of distinct wallets from the selected set holding a position in the market

yesSlippage
number<double>

Magnitude of the mispricing, the absolute gap between Smart Money Probability (the cohort's implied Yes price) and the live Yes price. Direction is carried by Side (Yes when the cohort price is above the market, No when below). Default sort is by this, descending (biggest mispricing first).