Skip to main content
GET
List fills

Authorizations

Authorization
string
header
required

API key in the format credential_id:credential_secret.

Example: Authorization: Bearer api_brave_cosmic_falcon:sk_life_AbCdEfGh...

Query Parameters

platform
enum<string>

Filter by prediction market platform.

Available options:
KALSHI,
POLYMARKET
market_id
string<uuid>

Filter by Probalytics internal market UUID.

market_platform_id
string

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.

taker_side
enum<string>

Filter by the taker's side of the trade.

Available options:
BUY,
SELL
trader_id
string

Filter fills where this address/ID appears as either taker or maker.

start_time
string<date-time>

Include fills at or after this timestamp (RFC 3339).

end_time
string<date-time>

Include fills at or before this timestamp (RFC 3339).

limit
integer
default:100

Maximum number of results to return.

Required range: 1 <= x <= 1000
cursor
string

Pagination cursor returned from a previous request. A malformed cursor is currently ignored and causes the query to start from the first page.

Response

A paginated list of fills.

data
object[]
required
next_cursor
string

Cursor emitted when the current page is full. It can lead to an empty final page.