Fetch My Trades
Fetch authenticated user trade history.
get/api/{exchange}/fetchMyTrades
Path parameters
exchange'polymarket' | 'kalshi' | 'kalshi-demo' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | 'metaculus' | 'smarkets' | 'polymarket_us' | 'gemini-titan' | 'hyperliquid' | 'suibets' | 'rain' | 'hunch' | 'router' required
The prediction market exchange to target.
Query parameters
outcomeIdstring
filter to specific outcome/ticker
marketIdstring
filter to specific market
sincestring date-time
Only return records after this date
untilstring date-time
Only return records before this date
limitnumber
Maximum number of results to return
cursorstring
for Kalshi cursor pagination
Response
Fetch My Trades response
Example response
{
"success": true
}