cURL
curl --request GET \ --url https://api.arbiterapi.com/v1/markets/{market_id}/trades \ --header 'X-API-Key: <api-key>'
{ "market_id": "<string>", "trades": [ { "id": "<string>", "market_id": "<string>", "platform": "polymarket", "price": 123, "size": 123, "side": "<string>", "timestamp_ms": 123, "native_trade_id": "<string>" } ], "cursor": "<string>", "has_more": false }
Get trade history for a market with cursor-based pagination.
1 <= x <= 500
Market slug for reliable upstream lookup
Successful Response
Show child attributes