diff --git a/website/src/pages/en/token-api/quick-start.mdx b/website/src/pages/en/token-api/quick-start.mdx index 62d55d22fbb7..d43d2b5d2d86 100644 --- a/website/src/pages/en/token-api/quick-start.mdx +++ b/website/src/pages/en/token-api/quick-start.mdx @@ -66,16 +66,16 @@ Make sure to replace `` with the JWT Token generated from your API key. ## Chain and Feature Support -| Network | evm-tokens | evm-uniswaps | evm-nft-tokens | -| ---------------- | :---------: | :----------: | :------------: | -| Ethereum Mainnet | ✅ | ✅ | ✅ | -| BSC | ✅\* | ✅ | ✅ | -| Base | ✅ | ✅ | ✅ | -| Unichain | ✅ | ✅ | ✅ | -| Arbitrum-One | Ingesting\* | Ingesting\* | Ingesting\* | -| Optimism | ✅ | ✅ | ✅ | -| Polygon | ✅ | ✅ | ✅ | -| Avalanche | ✅ | ✅ | ✅ | +| Network | evm-tokens | evm-uniswaps | evm-nft-tokens | +| ---------------- | :--------: | :----------: | :------------: | +| Ethereum Mainnet | ✅ | ✅ | ✅ | +| BSC | ✅\* | ✅ | ✅ | +| Base | ✅ | ✅ | ✅ | +| Unichain | ✅ | ✅ | ✅ | +| Arbitrum-One | ✅\* | ✅\* | ✅\* | +| Optimism | ✅ | ✅ | ✅ | +| Polygon | ✅ | ✅ | ✅ | +| Avalanche | ✅ | ✅ | ✅ | \*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.