diff --git a/docs/for-solvers/hosted-endpoints.md b/docs/for-solvers/hosted-endpoints.md index 7674b83f2..e8acaf2f7 100644 --- a/docs/for-solvers/hosted-endpoints.md +++ b/docs/for-solvers/hosted-endpoints.md @@ -6,13 +6,13 @@ description: Tycho Indexer's hosted endpoints ## Tycho Indexer -
ChainURL
Ethereum (Mainnet)tycho-beta.propellerheads.xyz
Base Mainnettycho-base-beta.propellerheads.xyz
Unichain Mainnettycho-unichain-beta.propellerheads.xyz
+
ChainURL
Ethereum (Mainnet)tycho-beta.propellerheads.xyz
Base Mainnettycho-base-beta.propellerheads.xyz
Unichain Mainnettycho-unichain-beta.propellerheads.xyz
Arbitrum Mainnettycho-arbitrum-beta.propellerheads.xyz
Polygon Mainnettycho-polygon-beta.propellerheads.xyz
### Tycho Fynd Tycho Fynd endpoints are dedicated instances for Fynd users. They enforce stricter data filtering restrictions to support higher load. -
ChainURL
Ethereum (Mainnet)tycho-fynd-ethereum.propellerheads.xyz
Base Mainnettycho-fynd-base.propellerheads.xyz
Unichain Mainnettycho-fynd-unichain.propellerheads.xyz
+
ChainURL
Ethereum (Mainnet)tycho-fynd-ethereum.propellerheads.xyz
Base Mainnettycho-fynd-base.propellerheads.xyz
Unichain Mainnettycho-fynd-unichain.propellerheads.xyz
Arbitrum Mainnettycho-fynd-arbitrum.propellerheads.xyz
Polygon Mainnettycho-fynd-polygon.propellerheads.xyz
{% hint style="info" %} For API Documentation, Tycho Indexer includes Swagger docs, available at /docs/ path. @@ -20,6 +20,10 @@ For API Documentation, Tycho Indexer includes Swagger docs, available at /docs/ Example, for Mainnet: https://tycho-beta.propellerheads.xyz/docs/ {% endhint %} +{% hint style="info" %} +We're constantly adding new protocols. To see the current protocol systems for a specific endpoint, use the [Retrieve protocol systems](indexer/tycho-rpc.md#v1-protocol_systems) endpoint. +{% endhint %} + ## Plans Each API key is assigned a plan that determines rate limits and endpoint access. @@ -50,11 +54,7 @@ All Fynd endpoints share the same filtering restrictions: The available protocol systems vary by chain: -
ChainProtocol Systems
Ethereum (Mainnet)uniswap_v2, uniswap_v3, uniswap_v4, sushiswap_v2, pancakeswap_v2, pancakeswap_v3, ekubo_v2, ekubo_v3, fluid_v1
Base Mainnetuniswap_v2, uniswap_v3, uniswap_v4, pancakeswap_v3, aerodrome_slipstreams
Unichain Mainnetuniswap_v2, uniswap_v3, uniswap_v4, velodrome_slipstreams
- -{% hint style="info" %} -We're constantly adding new protocols. To see the current protocol systems for a specific endpoint, use the [Retrieve protocol systems](indexer/tycho-rpc.md#v1-protocol_systems) endpoint. -{% endhint %} +
ChainProtocol Systems
Ethereum (Mainnet)uniswap_v2, uniswap_v3, uniswap_v4, sushiswap_v2, pancakeswap_v2, pancakeswap_v3, ekubo_v2, ekubo_v3, fluid_v1
Base Mainnetuniswap_v2, uniswap_v3, uniswap_v4, pancakeswap_v3, aerodrome_slipstreams
Unichain Mainnetuniswap_v2, uniswap_v3, uniswap_v4, velodrome_slipstreams, uniswap_v4_hooks
Arbitrum Mainnetuniswap_v2, uniswap_v3, uniswap_v4, pancakeswap_v3
Polygon Mainnetuniswap_v2, uniswap_v3, uniswap_v4, quickswap_v2
## Metrics