# Supported Networks

Our API supports three blockchain networks: Ethereum, Binance Smart Chain, and Polygon. The network is identified by a number called the Network ID, which is included in the `tokenId` parameter when making a request to the API.

| Network             | ID  |
| ------------------- | --- |
| Ethereum            | 1   |
| Binance Smart Chain | 56  |
| Polygon             | 137 |

### Supported DEXs

At this time we only support tokens, trades, and price updates for liquidity pairs with the following factory addresses.

<table><thead><tr><th width="212">DEX</th><th width="157.33333333333331">Network</th><th>ADDRESS</th></tr></thead><tbody><tr><td>uniswap_v2</td><td>1</td><td>0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f</td></tr><tr><td>uniswap_v3</td><td>1</td><td>0x1F98431c8aD98523631AE4a59f267346ea31F984</td></tr><tr><td>pancakeswap_v2</td><td>1</td><td>0x1097053Fd2ea711dad45caCcc45EfF7548fCB362</td></tr><tr><td>sushiswap_v2</td><td>1</td><td>0xC0AEe478e3658e2610c5F7A4A2E1777cE9e4f2Ac</td></tr><tr><td>apeswap_v2</td><td>1</td><td>0xBAe5dc9B19004883d0377419FeF3c2C8832d7d7B</td></tr><tr><td>uniswap_v3</td><td>56</td><td>0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7</td></tr><tr><td>pancakeswap_v2</td><td>56</td><td>0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73</td></tr><tr><td>pancakeswap_v3</td><td>56</td><td>0x0BFbCF9fa4f9C56B0F40a671Ad40E0805A091865</td></tr><tr><td>sushiswap_v2</td><td>56</td><td>0xc35DADB65012eC5796536bD9864eD8773aBc74C4</td></tr><tr><td>apeswap_v2</td><td>56</td><td>0x0841BD0B734E4F5853f0dD8d7Ea041c241fb0Da6</td></tr><tr><td>quickswap_v3</td><td>137</td><td>0x411b0fAcC3489691f28ad58c47006AF5E3Ab3A28</td></tr><tr><td>quickswap_v2</td><td>137</td><td>0x5757371414417b8C6CAad45bAeF941aBc7d3Ab32</td></tr><tr><td>uniswap_v3</td><td>137</td><td>0x1F98431c8aD98523631AE4a59f267346ea31F984</td></tr><tr><td>sushiswap_v2</td><td>137</td><td>0xc35DADB65012eC5796536bD9864eD8773aBc74C4</td></tr><tr><td>apeswap_v2</td><td>137</td><td>0xC0788A3aD43d79aa53B09c2EaCc313A787d1d607</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lynx-4.gitbook.io/api/supported-networks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
