docs: remove deleted /api/tokens/{address}/holders endpoint - #10
Merged
Conversation
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.
There was a problem hiding this comment.
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}/holdersendpoint section fromapi-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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Companion to clanker-devco/clanker.world#1686, which deletes the
/api/tokens/{address}/holdersroute.That route is dead — zero requests over the retained Vercel log window, no frontend usage (the app calls
getHoldersin-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
GET /api/tokens/{address}/holderssection fromapi-reference/public/tokens.mdapi-reference/public/README.mdProse 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 fromapi-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.