Skip to content
Merged
Changes from 1 commit
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
25 changes: 13 additions & 12 deletions website/src/pages/en/token-api/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,19 @@ Make sure to replace `<token>` with the JWT Token generated from your API key.

## Chain and Feature Support

| Network | evm-tokens | evm-uniswaps | evm-nft-tokens |
| ---------------- | :-------------------------: | :-------------------------: | :-------------------------: |
| Ethereum Mainnet | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| BSC | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Base | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Unichain | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Arbitrum-One | <Check alt="Supported" />\* | <Check alt="Supported" />\* | <Check alt="Supported" />\* |
| Optimism | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Polygon | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Avalanche | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |

\*Some chains are still in the process of syncing. You may encounter `bad_database_response` errors or incorrect response values until data is fully synced.
| Network | Tokens | Swaps | NFTs |
| ---------------- | :-----------------------: | :-----------------------: | :-----------------------: |
| Ethereum Mainnet | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| BSC | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Base | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Unichain | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Arbitrum-One | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Optimism | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Polygon | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Avalanche | <Check alt="Supported" /> | <Check alt="Supported" /> | <Check alt="Supported" /> |
| Solana | <Check alt="Supported" /> | <Check alt="Supported" /> | ❌ Unsupported |

A full list of chain support for The Graph services can be found in [The Graph Docs](https://thegraph.com/docs/en/supported-networks/).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A full list of chain support for The Graph services can be found in [The Graph Docs](https://thegraph.com/docs/en/supported-networks/).
A full list of chain support for The Graph services can be found in [The Graph Docs](/supported-networks/).

think it should be this way, right @benface ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! Thanks for catching it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 2c0a8ef


## Troubleshooting

Expand Down