List fills
Returns a paginated list of trade fills (executions) from Kalshi and Polymarket.
Defaults to fills from the last 24 hours unless start_time is provided
or market_id/market_platform_id narrows the scope.
Documentation Index
Fetch the complete documentation index at: https://docs.probalytics.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in the format credential_id:credential_secret.
Example: Authorization: Bearer api_brave_cosmic_falcon:sk_life_AbCdEfGh...
Query Parameters
Filter by prediction market platform.
KALSHI, POLYMARKET Filter by Probalytics internal market UUID.
Filter by the platform's native market identifier (e.g. Kalshi ticker or Polymarket condition ID). Resolved to an internal market UUID before querying fills.
Filter by the taker's side of the trade.
BUY, SELL Filter fills where this address/ID appears as either taker or maker.
Include fills at or after this timestamp (RFC 3339).
Include fills at or before this timestamp (RFC 3339).
Maximum number of results to return.
1 <= x <= 1000Pagination cursor returned from a previous request.