Skip to content

Commit b7db187

Browse files
Update quick-start.mdx (#927)
Clarified where to get the API Token, and changed wording to match the website
1 parent 481de29 commit b7db187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ The Token API provides access to onchain token data, including balances, holders
1313

1414
## Prerequisites
1515

16-
Before you begin, get a JWT token by signing up on [The Graph Market](https://thegraph.market/). You can generate a JWT token for each of your API keys using the dropdown menu.
16+
Before you begin, get a JWT API token by signing up on [The Graph Market](https://thegraph.market/). Make sure to use the JWT API Token, not the API key. Each API key can generate a new JWT API Token at any time.
1717

1818
## Authentication
1919

20-
All API endpoints are authenticated using a JWT token inserted in the header as `Authorization: Bearer <token>`.
20+
All API endpoints are authenticated using a JWT API token inserted in the header as `Authorization: Bearer <token>`.
2121

2222
```json
2323
{

0 commit comments

Comments
 (0)