Skip to main content
All B2B endpoints require an API key via the X-API-Key header. Some endpoints require Pro tier access.

Suggestions

Get market suggestions based on entity signals and attribute changes.

Query Parameters

string
Filter by category
number
Maximum results
number
Pagination offset
number
Lookback window in hours

Response


Get currently trending market suggestions.

Query Parameters

number
Maximum results

Response


List People

Get people entities with market exposure and alert activity.

Query Parameters

string
Search by name
string
Filter by category
string
Filter by subcategory
number
Maximum results
number
Pagination offset

Response


Get Person

Get detailed person information with attributes, relationships, markets, and recent alerts.

Path Parameters

string
required
Person slug

Response


Person Markets

Get markets for a person with cross-venue spread data.

Path Parameters

string
required
Person slug

Query Parameters

string
Filter by venue
number
Maximum results

Response


Market Gaps

Get detected market gaps — entities with strong signals but no corresponding market.
Requires Pro tier API key.

Query Parameters

string
Filter by category
number
Maximum results
number
Minimum signal count threshold

Response


Get Gap

Get detailed gap information for a specific entity.
Requires Pro tier API key.

Path Parameters

string
required
Entity slug

Response


Webhooks

Webhook endpoints allow you to receive real-time notifications when events occur.
Requires Pro tier API key.

List Webhooks

List your configured webhook endpoints.

Create Webhook

Register a new webhook endpoint.
Body:
Response:

Update Webhook

Update a webhook endpoint.
Body:

Delete Webhook

Delete a webhook endpoint.

Test Webhook

Send a test payload to your webhook endpoint.
Response:

Webhook Deliveries

Get delivery history for a webhook endpoint.
Query Parameters:
number
Maximum results
number
Pagination offset
Response:

Webhook Events