Skip to content

Commit

Permalink
Merge pull request #212 from balancer:fix-api-links
Browse files Browse the repository at this point in the history
Fix api links on query functions page
  • Loading branch information
mkflow27 authored Jan 20, 2025
2 parents 43299c3 + 9524f83 commit b8e73d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/concepts/router/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Queries provide the ability to simulate an operation and find its result without executing a transaction. [Balancer Routers](./overview.md#balancer-routers) provide a query for all state changing liquidity operations. An example of how this is useful can be seen when [setting slippage limits](/integration-guides/add-and-remove-liquidity/add-liquidity-to-pool.md#queries-and-safely-setting-slippage-limits).

## Router queries
The detailed Router API description can be found in the [Router API section](/concepts/router/onchain-api/router-api.html).
The detailed Router API description can be found in the [Router API section](/developer-reference/contracts/router-api.html).

- `queryAddLiquidityProportional`
- `queryAddLiquidityUnbalanced`
Expand All @@ -20,21 +20,21 @@ The detailed Router API description can be found in the [Router API section](/co
- `querySwapSingleTokenExactOut`

## Batch Router queries
The detailed Router API description can be found in the [Batch Router API section](/concepts/router/onchain-api/batch-router-api.html).
The detailed Router API description can be found in the [Batch Router API section](/developer-reference/contracts/batch-router-api.html).

- `querySwapExactIn`
- `querySwapExactOut`

## Buffer Router queries
The detailed Buffer Router API description can be found in the [Buffer Router API section](/concepts/router/onchain-api/buffer-router-api.html).
The detailed Buffer Router API description can be found in the [Buffer Router API section](/developer-reference/contracts/buffer-router-api.html).

- `queryInitializeBuffer`
- `queryAddLiquidityToBuffer`
- `queryRemoveLiquidityToBuffer`

## Composite Liquidity Router queries

The detailed Router API description can be found in the [Composite Liquidity Router API section](/concepts/router/onchain-api/composite-liquidity-router-api.html).
The detailed Router API description can be found in the [Composite Liquidity Router API section](/developer-reference/contracts/composite-liquidity-router-api.html).

- `queryAddLiquidityUnbalancedToERC4626Pool`
- `queryAddLiquidityProportionalToERC4626Pool`
Expand Down

0 comments on commit b8e73d3

Please sign in to comment.