For the complete documentation index, see llms.txt. This page is also available as Markdown.

Broad Widgets

Broad Widgets (Market Discovery Engine)

Deep-Dive Overview

Broad Widgets are designed as high-traffic discovery layers. They do not focus on a single event; instead, they act as an algorithmic aggregator that showcases the top-performing prediction markets, high-volume operators, and trending consumer sentiments globally.

The primary engineering challenge this widget solves is dynamic localized monetization. Because prediction market regulations vary significantly by country and territory, the Broad Widget automatically inspects the user’s incoming IP address, matches it against geo-compliance routing tables, and surfaces only valid, actionable operator platforms to the end-user.

Primary Conversion Mechanics

  • Dynamic Geolocation Routing: Instantly filters out non-compliant operators. For instance, a US-based user is automatically shown regulated alternatives like Kalshi or FanDuel, while an international user may surface heavy crypto-centric pools like Polymarket.

  • Algorithmic "Top 10" Sorting: Surfaces trending markets based on a blended score of 24-hour trading volume, rapid open-interest acceleration, and cross-platform click-through rates.

  • Sign-Up Incentivization: Aggregates and injects real-time localized promotional codes (e.g., "$50 Deposit Match") alongside the market data to maximize immediate conversion behavior.

Target Audiences & Use Cases

  • Financial & Crypto News Portals: Perfect for homepages or general market overview feeds where users look for general macroeconomic trends.

  • General Media & Lifestyle Layouts: Captures broad internet traffic by showing what the world is betting on in real-time (e.g., Pop culture, political cycles, global tech trends).

API Reference & Payload Specification

Refer here for the full endpoint details reference.

Endpoint

GET /v1/widgets/broad

Request Parameters

Parameter

Type

Required

Description

limit

integer

No

Number of top brands/markets to return. Default is 10.

fallback_geo

string

No

ISO 2-letter country code used if IP lookup fails.

currency

string

No

Preferred currency display code (e.g., USD, EUR).

Detailed JSON Response Schema

JSON

Last updated