Skip to main content
Returns confirmed combo fills where the requested wallet participated as maker or taker. Use this endpoint for combo-only trade history. For the same fills before confirmation, subscribe to the combo_execution WebSocket event.

Request

Query parameters

Example

Response fields

Maker and taker roles

One combo match contains multiple signed orders, so the requested wallet can appear in more than one row for the same transaction. In the example, the wallet is the maker of the YES taker order and the taker/counterparty of the complementary NO maker order. The static API projects each receipt fill from the requested wallet’s point of view. The WebSocket preserves the underlying signed-order view directly: trades[].maker, trades[].taker, and trades[].side describe that order, while top-level taker_* fields identify the transaction’s taker order. The static endpoint does not currently return order_hash or amount_usdc. Both are present on pending WebSocket trade rows; correlate the two surfaces with tx_hash, position_id, side, price, and size.