---
title: "Paginated Rep ledger (Fan, Club, Player, and Direct sources)"
method: GET
path: "/v1/engage/rep/ledger"
tags: ["Rep", "Engage"]
---

# Paginated Rep ledger (Fan, Club, Player, and Direct sources)

`GET /v1/engage/rep/ledger`

Keyset pagination on (createdAt DESC, id DESC). source is fanAmp | club | playerAmp | dsportsDirect. playerChallenge maps to source=playerAmp; Direct grants map to 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)
