Skip to content

docs: remove deleted /api/tokens/{address}/holders endpoint - #10

Merged
manan19 merged 1 commit into
mainfrom
chore/remove-holders-endpoint-docs
Jul 2, 2026
Merged

docs: remove deleted /api/tokens/{address}/holders endpoint#10
manan19 merged 1 commit into
mainfrom
chore/remove-holders-endpoint-docs

Conversation

@manan19

@manan19 manan19 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Companion to clanker-devco/clanker.world#1686, which deletes the /api/tokens/{address}/holders route.

That route is dead — zero requests over the retained Vercel log window, no frontend usage (the app calls getHolders in-process), and an org-wide code search found no SDK or client that hits it. With the endpoint removed, the public API reference should no longer document it.

Changes

  • Remove the GET /api/tokens/{address}/holders section from api-reference/public/tokens.md
  • Remove its bullet from api-reference/public/README.md

Prose mentions of "token holders" (e.g. in general/creator-rewards-and-fees.md) are unrelated and left as-is.


Note

Low Risk
Documentation-only; no runtime, auth, or client contract changes beyond aligning docs with a removed unused endpoint.

Overview
Removes public API documentation for GET /api/tokens/{address}/holders, which was deleted in the companion backend PR.

The endpoint bullet is dropped from api-reference/public/README.md, and the full section (path/query params, sample response, 5-minute cache note) is removed from api-reference/public/tokens.md. Other docs that mention “token holders” in prose are unchanged.

Reviewed by Cursor Bugbot for commit 74d7ce4. Bugbot is set up for automated code reviews on this repo. Configure here.

The holders endpoint is being deleted from clanker.world (dead route, zero
traffic, no SDK/client usage). Remove its section from the public API
reference so the docs no longer describe a route that doesn't exist.

Companion to clanker-devco/clanker.world#1686.
Copilot AI review requested due to automatic review settings July 2, 2026 01:30
@manan19
manan19 merged commit d097952 into main Jul 2, 2026
4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes public API documentation for the deleted GET /api/tokens/{address}/holders endpoint, keeping the docs aligned with the backend route removal referenced in the PR description.

Changes:

  • Deleted the GET /api/tokens/{address}/holders endpoint section from api-reference/public/tokens.md.
  • Removed the corresponding endpoint bullet from api-reference/public/README.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
api-reference/public/tokens.md Removes the detailed reference section for the deleted holders endpoint.
api-reference/public/README.md Drops the holders endpoint from the public endpoints index list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants