Skip to content

Commit 5cffb4b

Browse files
Patch 11 (#965)
* Update faq.mdx Added NFT info and other additional info, changed wording slightly in a few places * Update faq.mdx Added a section about 500: `bad_database_response` errors
1 parent e40b100 commit 5cffb4b

File tree

1 file changed

+21
-5
lines changed
  • website/src/pages/en/token-api

1 file changed

+21
-5
lines changed

website/src/pages/en/token-api/faq.mdx

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ Get fast answers to easily integrate and scale with The Graph's high-performance
66

77
## General
88

9-
### What blockchains does the Token API support?
9+
### Which blockchains are supported by the Token API?
1010

11-
Currently, the Token API supports Ethereum, Binance Smart Chain (BSC), Polygon, Optimism, Base, Unichain, and Arbitrum One.
11+
Currently, the Token API supports Ethereum, BNB Smart Chain (BSC), Polygon, Optimism, Base, Unichain, and Arbitrum One.
12+
13+
### Does the Token API support NFTs?
14+
15+
Yes, The Graph Token API currently supports ERC-721 and ERC-1155 NFT token standards, with support for additional NFT standards planned. Endpoints are offered for ownership, collection stats, metadata, sales, holders, and transfer activity.
16+
17+
### Do NFTs include off-chain data?
18+
19+
NFT endpoints currently only include on-chain data. To get off-chain data, use the IPFS or HTTP links included in the NFT item response.
1220

1321
### How do I authenticate requests to the Token API, and why doesn't my API key from The Graph Market work?
1422

@@ -42,9 +50,9 @@ Yes, more blockchains will be supported in the future. Please share feedback on
4250

4351
Yes, improvements to provide data closer to the chain head are planned. Feedback is welcome on [Discord](https://discord.gg/graphprotocol).
4452

45-
### Are there plans to support additional use cases such as NFTs?
53+
### Are there plans to support additional use cases?
4654

47-
Support for NFT endpoints is coming soon. The Graph ecosystem is actively determining the [roadmap](https://thegraph.com/blog/token-api-the-graph/) for additional use cases. Please provide feedback on specific features you would like prioritized on [Discord](https://discord.gg/graphprotocol).
55+
The Graph ecosystem is actively determining the [roadmap](https://thegraph.com/blog/token-api-the-graph/) for additional use cases. Please provide feedback on specific features you would like prioritized on [Discord](https://discord.gg/graphprotocol).
4856

4957
## MCP / LLM / AI Topics
5058

@@ -68,9 +76,17 @@ You can find the code for the MCP client in [The Graph's repo](https://github.co
6876

6977
Check that you included the `Authorization: Bearer <jwt>` header with the correct, non-expired token. Common issues include using the API key instead of generating a new JWT, forgetting the "Bearer" prefix, using an incorrect token, or omitting the header entirely. Ensure you copied the JWT exactly as provided by The Graph Market.
7078

79+
### Why am I getting 500 errors?
80+
81+
Networks that are currently or temporarily unavailable on a given endpoint will return a `bad_database_response`, `Endpoint is currently not supported for this network` error. Databases that are in the process of ingestion will produce this response.
82+
7183
### Are there rate limits or usage costs?
7284

73-
During Beta, the Token API is free for authorized developers. While specific rate limits aren't documented, reasonable throttling exists to prevent abuse. High request volumes may trigger HTTP 429 errors. Monitor official announcements for future pricing changes after Beta.
85+
During Beta, the Token API is free for authorized developers. There are no specific rate limits, but reasonable throttling exists to prevent abuse. High request volumes may trigger HTTP 429 errors. Monitor official announcements for future pricing changes after Beta.
86+
87+
### What do I do if I notice data inconsistencies in the data returned by the Token API?
88+
89+
If you notice data inconsistencies, please report the issue on our [Discord](https://discord.gg/graphprotocol). Identifying edge cases can help make sure all data is accurate and up-to-date.
7490

7591
### How do I specify a network?
7692

0 commit comments

Comments
 (0)