Skip to content

Conversation

@jhjhjh94
Copy link
Contributor

-Added tron on Which blockchains are supported by the Token API? section
-On Why do I only see 10 results? How can I get more data? section, changed limit from 50 to 10, also modified context
-Removed What exchanges does the Token API use for token prices? section
-Quick start page on the Prerequisite section, sign up link redirects to https://thegraph.market/plans/token-api/2025/ (was https://thegraph.market/)
-Upgrade to v1 section changed Backward compatibility to past tense (Migration Notes:)

@jhjhjh94 jhjhjh94 requested a review from a team as a code owner November 14, 2025 15:42
### How do I retrieve the spam status for a collection?

See the spam_status field on the [`/v1/evm/nft/collections/{contract}`](/token-api/evm-nfts/collections/) endpoint.
See the spam_status field on the [`/v1/evm/nft/collections/{contract}`](/token-api/evm/get-nft-collections-evm-by-contract/) endpoint.
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

The previous one, on the other hand, is: https://thegraph.com/docs/en/token-api/evm-nfts/collections/

But it doesn't match the endpoint's URL perfectly: contract is a query param, not a path param. I think the right fix here is:

Suggested change
See the spam_status field on the [`/v1/evm/nft/collections/{contract}`](/token-api/evm/get-nft-collections-evm-by-contract/) endpoint.
See the spam_status field on the [`/v1/evm/nft/collections`](/token-api/evm-nfts/collections/) endpoint.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yea just noticed that, cross checking

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i'm asking more info about the query param you mentioned

Copy link
Contributor Author

Choose a reason for hiding this comment

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

{contract} will be removed

Copy link
Contributor

@benface benface left a comment

Choose a reason for hiding this comment

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

Everything looks good to me except the comment I left above.

Copy link
Contributor

@benface benface left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you!

@matthewdarwin matthewdarwin merged commit 2415f35 into graphprotocol:main Nov 14, 2025
4 checks passed
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.

3 participants