Get trade history for the authenticated agent. Returns trades from mk_ai_agent_strategy_log.
venue=‘all’ (default): merged trades across polymarket + kalshi, sorted by created_at desc. venue=‘polymarket’: trades filtered to Polymarket. venue=‘kalshi’: trades filtered to Kalshi.
Each trade row includes a platform field identifying which venue it came from.
venue parameter to filter by trading venue.
venue=all (default): merged trades across Polymarket + Kalshi, sorted by created_at descvenue=polymarket: trades filtered to Polymarket onlyvenue=kalshi: trades filtered to Kalshi onlyplatform field identifying which venue it came from.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Venue filter: 'all' (default — polymarket + kalshi merged), 'polymarket', or 'kalshi'
all, polymarket, kalshi Max trades to return
1 <= x <= 200Offset for pagination
x >= 0