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
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 [here](/supported-networks/).

## Troubleshooting

Expand Down