Skip to content

Commit db0b3d0

Browse files
committed
Docs: removed beta keywords and wording updates
1 parent 409fc47 commit db0b3d0

File tree

24 files changed

+5
-45
lines changed

24 files changed

+5
-45
lines changed

website/src/openApi/tokenApi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.1.0",
33
"info": {
4-
"title": "Token API (Beta)",
4+
"title": "Token API",
55
"description": "Power your apps & AI agents with real-time token data.",
66
"version": "3.6.0+da03655 (2025-11-20)"
77
},

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebarTitle: بداية سريعة
55

66
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
77

8-
> [!CAUTION] This product is currently in Beta and under active development. If you have any feedback, please reach out to us on [Discord](https://discord.gg/graphprotocol).
9-
108
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.
119

1210
The Token API provides access to onchain token data, including balances, holders, detailed token metadata, and historical transfers. This API also uses the Model Context Protocol (MCP) to enrich raw blockchain data with contextual insights using AI tools, such as Claude.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebarTitle: Rychlé spuštění
55

66
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
77

8-
> [!CAUTION] This product is currently in Beta and under active development. If you have any feedback, please reach out to us on [Discord](https://discord.gg/graphprotocol).
9-
108
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.
119

1210
The Token API provides access to onchain token data, including balances, holders, detailed token metadata, and historical transfers. This API also uses the Model Context Protocol (MCP) to enrich raw blockchain data with contextual insights using AI tools, such as Claude.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebarTitle: Schnellstart
55

66
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
77

8-
> [!CAUTION] This product is currently in Beta and under active development. If you have any feedback, please reach out to us on [Discord](https://discord.gg/graphprotocol).
9-
108
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.
119

1210
The Token API provides access to onchain token data, including balances, holders, detailed token metadata, and historical transfers. This API also uses the Model Context Protocol (MCP) to enrich raw blockchain data with contextual insights using AI tools, such as Claude.

website/src/pages/en/about.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Its data services include:
1111

1212
- [Subgraphs](/subgraphs/developing/subgraphs/): Open APIs to query blockchain data that can be created or queried by anyone.
1313
- [Substreams](/substreams/introduction/): High-performance data streams for real-time blockchain processing, built with modular components.
14-
- [Token API Beta](/token-api/quick-start/): Instant access to standardized token data requiring zero setup.
14+
- [Token API](/token-api/quick-start/): Instant access to standardized token data requiring zero setup.
1515

1616
### Why Blockchain Data is Difficult to Query
1717

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,9 @@ Networks that are currently or temporarily unavailable on a given endpoint will
372372

373373
### Are there rate limits or usage costs?
374374

375-
During Beta, the Token API has a generous allowance of free usage. 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.
375+
Yes. The Token API is provided under a tiered pricing model with defined usage limits based on the selected subscription plan. Each plan specifies allowable request volumes, batch sizes, historical data access, and rate limits. Requests that exceed the provisioned thresholds may be subject to throttling or may return HTTP 429: Too Many Requests. Additional usage beyond the included quota will be billed according to the applicable pay-as-you-go structure, unless otherwise restricted by the selected plan.
376+
377+
For details on available plans, limits, and billing terms, please refer to the [Token API pricing](https://thegraph.com/docs/en/token-api/endpoint-pricing/) section.
376378

377379
### What do I do if I notice data inconsistencies in the data returned by the Token API?
378380

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { Check } from '@edgeandnode/gds/icons'
77

88
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
99

10-
> [!CAUTION] This product is currently in Beta and under active development. If you have any feedback, please reach out to us on [Discord](https://discord.gg/graphprotocol).
11-
1210
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.
1311

1412
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.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebarTitle: Comienzo Rapido
55

66
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
77

8-
> [!CAUTION] This product is currently in Beta and under active development. If you have any feedback, please reach out to us on [Discord](https://discord.gg/graphprotocol).
9-
108
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.
119

1210
The Token API provides access to onchain token data, including balances, holders, detailed token metadata, and historical transfers. This API also uses the Model Context Protocol (MCP) to enrich raw blockchain data with contextual insights using AI tools, such as Claude.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebarTitle: Démarrage rapide
55

66
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
77

8-
> [!CAUTION] This product is currently in Beta and under active development. If you have any feedback, please reach out to us on [Discord](https://discord.gg/graphprotocol).
9-
108
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.
119

1210
The Token API provides access to onchain token data, including balances, holders, detailed token metadata, and historical transfers. This API also uses the Model Context Protocol (MCP) to enrich raw blockchain data with contextual insights using AI tools, such as Claude.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebarTitle: Quick Start
55

66
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
77

8-
> [!CAUTION] This product is currently in Beta and under active development. If you have any feedback, please reach out to us on [Discord](https://discord.gg/graphprotocol).
9-
108
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.
119

1210
The Token API provides access to onchain token data, including balances, holders, detailed token metadata, and historical transfers. This API also uses the Model Context Protocol (MCP) to enrich raw blockchain data with contextual insights using AI tools, such as Claude.

0 commit comments

Comments
 (0)