---
title: "Paginated Rep ledger history"
method: GET
path: "/api/v1/engage/rep/ledger"
tags: ["Rep", "Engage"]
---

# Paginated Rep ledger history

`GET /api/v1/engage/rep/ledger`

Keyset pagination on createdAt DESC, id DESC. Sources: fanAmp, club, playerAmp, dsportsDirect.

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

{ entries: { id, source, amount, timestamp, reason }[], nextCursor? }

## Other responses

- `400` — Invalid cursor or limit
- `401` — Authentication required

---

[API](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api.md) · [All operations](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-sports-ecosystem/d-sports-api/revisions/cbc84b00330e/schema)
