---
title: "Get feed events for a market"
method: GET
path: "/markets/{slug}/get-feed-events"
tags: ["Markets"]
---

# Get feed events for a market

`GET /markets/{slug}/get-feed-events`

Retrieves the latest feed events related to a specific market with pagination support

## Path parameters

- `slug` string

## Query parameters

- `page` number
- `limit` number

## Response `200`

List of feed events for the market

- FeedEventsResponseDto
  - `data` object, required — Array of feed events with pagination (FEFeedEvents type)

## Other responses

- `500` — Server error when retrieving feed events

## Changes

- **2026-03-26** `7583da44d16b` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `bearer` was removed from the API

[Change history](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/changes/markets/:slug/get-feed-events/get.md)

---

[API](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/revisions/20e1fd747a5c?raw)
