Skip to content

Commit f376bd5

Browse files
authored
Update website/src/pages/en/token-api/faq.mdx
1 parent 622886a commit f376bd5

File tree

1 file changed

+1
-1
lines changed
  • website/src/pages/en/token-api

1 file changed

+1
-1
lines changed

website/src/pages/en/token-api/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you notice data inconsistencies, please report the issue on our [Discord](htt
102102

103103
### How do I specify a network?
104104

105-
You can query which networks are available with [this link](https://token-api.thegraph.com/networks). Take note that the network IDs differ between the Token API and Subgraphs. For EVM networks, use EVM endpoints with the optional `network_id` parameter (e.g., `mainnet`, `bsc`, `base`, `arbitrum-one`, `optimism`, `polygon`, `unichain`) to target a specific chain. Without this parameter, the API defaults to Ethereum mainnet.
105+
You can query which networks are available with [this endpoint](https://token-api.thegraph.com/networks). Take note that the network IDs differ between the Token API and Subgraphs. For EVM networks, use EVM endpoints with the optional `network_id` parameter (e.g., `mainnet`, `bsc`, `base`, `arbitrum-one`, `optimism`, `polygon`, `unichain`) to target a specific chain. Without this parameter, the API defaults to Ethereum mainnet.
106106

107107
To query Solana, use the SVM endpoints.
108108

0 commit comments

Comments
 (0)