Skip to main content
POST
Smart Money Summary

Authorizations

X-Api-Key
string
header
required

API key issued for programmatic access.

Body

application/json
page
object
required
filter
object[]

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

Minimum array length: 1

A single condition, or a group combining conditions with AND/OR.

orderBy
object[]

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

Response

List of Smart Money Summary rows

marketPct
number<double>

The market's live Yes probability, the Yes token price normalized by the Yes + No token prices (the bar's marker)

noPrice
number<double>

Share-weighted average entry price of the No shares still held, buy cost divided by shares (the strip's red avg)

noValue
number<double>

Current USD value of the No-side shares still held on the market (position_id even)

noWallets
integer<int64>

Number of distinct wallets holding No-side shares on the market

smartPct
number<double>

The bar percentage, Yes value as a share of the market's total held value; compare against Market Odds (the marker). 0 when the market holds no value.

yesPrice
number<double>

Share-weighted average entry price of the Yes shares still held, buy cost divided by shares, not the live price (the strip's green avg)

yesValue
number<double>

Current USD value of the Yes-side shares still held on the market (position_id odd)

yesWallets
integer<int64>

Number of distinct wallets holding Yes-side shares on the market