Skip to content

Commit 4b7bfe2

Browse files
jhjhjh94benface
andauthored
Doc update : Removed beta keyword, banner image text (#1057)
* Update DEX listings and sort by swap volume * Docs: removed beta keywords and wording updates * Docs: removed banner text from image The Graph Token API Quick Start banner * Update website/src/pages/en/token-api/faq.mdx Co-authored-by: Benoît Rouleau <benoit.rouleau@icloud.com> --------- Co-authored-by: Benoît Rouleau <benoit.rouleau@icloud.com>
1 parent 3e567b9 commit 4b7bfe2

File tree

24 files changed

+26
-66
lines changed

24 files changed

+26
-66
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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Token API Quick Start
33
sidebarTitle: بداية سريعة
44
---
55

6-
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
7-
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).
6+
![](/img/token-api-quickstart-banner.jpg)
97

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

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Token API Quick Start
33
sidebarTitle: Rychlé spuštění
44
---
55

6-
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
7-
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).
6+
![](/img/token-api-quickstart-banner.jpg)
97

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

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Token API Quick Start
33
sidebarTitle: Schnellstart
44
---
55

6-
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
7-
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).
6+
![](/img/token-api-quickstart-banner.jpg)
97

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

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](/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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ sidebarTitle: Quick Start
55

66
import { Check } from '@edgeandnode/gds/icons'
77

8-
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
9-
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).
8+
![](/img/token-api-quickstart-banner.jpg)
119

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

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Token API Quick Start
33
sidebarTitle: Comienzo Rapido
44
---
55

6-
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
7-
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).
6+
![](/img/token-api-quickstart-banner.jpg)
97

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

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Token API Quick Start
33
sidebarTitle: Démarrage rapide
44
---
55

6-
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
7-
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).
6+
![](/img/token-api-quickstart-banner.jpg)
97

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

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Token API Quick Start
33
sidebarTitle: Quick Start
44
---
55

6-
![The Graph Token API Quick Start banner](/img/token-api-quickstart-banner.jpg)
7-
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).
6+
![](/img/token-api-quickstart-banner.jpg)
97

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

0 commit comments

Comments
 (0)