Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/src/pages/en/token-api/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <token>`.
All API endpoints are authenticated using a JWT API token inserted in the header as `Authorization: Bearer <token>`.

```json
{
Expand Down