Retrieve historical trades for a Polymarket market. Each trade includes execution details.
condition_id (hex string starting with 0x), NOT the standard poly_id.GET /api/v1/poly/0x00000977017fa72fb6b1908ae694000d3b51f442c2552656b10bdbbfd16ff707/tradehistory?limit=10X-API-Key: YOUR_API_KEYYour API key (get one from the test-key endpoint above)
Polymarket condition ID (hex string). This is different from the standard poly_id - it's the long identifier starting with '0x' that uniquely identifies a market condition.
Maximum number of trades to return (default: 10 in docs, no max limit)