Skip to content

Commit 9a24a35

Browse files
Update quick-start.mdx (#964)
* Update quick-start.mdx Added NFTs, Added chain/feature support matrix * Update quick-start.mdx Fix Prettier Formatting
1 parent 5cffb4b commit 9a24a35

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

website/src/pages/en/token-api/quick-start.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebarTitle: Quick Start
99
1010
The Graph's Token API lets you access blockchain token information via a GET request. This guide is designed to help you quickly integrate the Token API into your application.
1111

12-
The Token API provides access to onchain token data, including live and historical balances, holders, prices, market data, token metadata, and token transfers. This API also uses the Model Context Protocol (MCP) to allow AI tools such as Claude to enrich raw blockchain data with contextual insights.
12+
The Token API provides access to onchain NFT and fungible token data, including live and historical balances, holders, prices, market data, token metadata, and token transfers. This API also uses the Model Context Protocol (MCP) to allow AI tools such as Claude to enrich raw blockchain data with contextual insights.
1313

1414
## Prerequisites
1515

@@ -64,6 +64,20 @@ Make sure to replace `<token>` with the JWT Token generated from your API key.
6464

6565
> Most Unix-like systems come with cURL preinstalled. For Windows, you may need to install cURL.
6666
67+
## Chain and Feature Support
68+
69+
| Network | evm-tokens | evm-uniswaps | evm-nft-tokens |
70+
| ---------------- | :---------: | :----------: | :------------: |
71+
| Ethereum Mainnet ||||
72+
| BSC |\* |||
73+
| Base ||||
74+
| Unichain ||||
75+
| Arbitrum-One | Ingesting\* | Ingesting\* | Ingesting\* |
76+
| Optimism ||||
77+
| Polygon ||||
78+
79+
\*Some chains are still in the process of syncing. You may encounter `bad_database_response` errors or incorrect response values until data is fully synced.
80+
6781
## Troubleshooting
6882

6983
If the API call fails, try printing out the full response object for additional error details. For example:

0 commit comments

Comments
 (0)