cURL
curl --request GET \ --url https://api.limitless.exchange/markets/{slug}/events
{ "events": [ { "id": "event-123", "type": "ORDER_PLACED", "timestamp": "2024-01-15T10:30:00Z", "data": {} } ] }
Get recent events for a specific market including trades, orders, and liquidity changes
Page number for pagination
1
Number of events per page
20
List of market events
Show child attributes