Retrieve holders of a market grouped by outcome, sorted by shares held. Identify the market with either condition_id or market_slug — exactly one must be provided. Set include_pnl=true to include a nested holder pnl object. Uses cursor-based pagination.
Documentation Index
Fetch the complete documentation index at: https://docs.struct.to/llms.txt
Use this file to discover all available pages before exploring further.
Market condition ID (0x-prefixed hex)
Market slug (e.g. will-trump-win)
Results limit per outcome (default: 10, max: 100)
Cursor-based pagination key
Minimum shares held (decimal string)
Maximum shares held (decimal string)
Include nested holder PnL data (default: false, +1 credit)
Return truncated response optimized for AI consumers (default: false)
Market holders grouped by outcome (sorted by shares DESC). Holder pnl is included only when include_pnl=true. Response includes pagination: { has_more, pagination_key } for cursor-based pagination.
Response for market (condition_id) holders endpoint