From 61018cc4d6bbb5b2934263a562cfc9035ad42aee Mon Sep 17 00:00:00 2001 From: Andrew <36178664+UrsaPolarisRecords@users.noreply.github.com> Date: Wed, 9 Apr 2025 15:36:41 -0700 Subject: [PATCH] Update quick-start.mdx Clarified where to get the API Token, and changed wording to match the website --- website/src/pages/en/token-api/quick-start.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/en/token-api/quick-start.mdx b/website/src/pages/en/token-api/quick-start.mdx index 4653c3d41ac6..ef67bed88a5d 100644 --- a/website/src/pages/en/token-api/quick-start.mdx +++ b/website/src/pages/en/token-api/quick-start.mdx @@ -13,11 +13,11 @@ The Token API provides access to onchain token data, including balances, holders ## Prerequisites -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. +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. ## Authentication -All API endpoints are authenticated using a JWT token inserted in the header as `Authorization: Bearer `. +All API endpoints are authenticated using a JWT API token inserted in the header as `Authorization: Bearer `. ```json {