> For the complete documentation index, see [llms.txt](https://docs.expand.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expand.network/mapping/dexs/curve.md).

# Curve

#### Request:&#x20;

<table><thead><tr><th width="269.5555419921875">expand.network Field Name</th><th>As per Curve</th></tr></thead><tbody><tr><td>path</td><td>request.assets</td></tr><tr><td>pairAddress</td><td>address</td></tr><tr><td>from</td><td>sender</td></tr><tr><td>amountIn</td><td>request.maxAmountsIn</td></tr><tr><td>deadline</td><td>deadline</td></tr></tbody></table>

#### Response:&#x20;

<table><thead><tr><th width="269.5555419921875">expand.network Field Name</th><th>As per Curve</th></tr></thead><tbody><tr><td>path</td><td>path</td></tr><tr><td>amountIn</td><td>request.maxAmountsIn</td></tr><tr><td>pairAddress</td><td>address</td></tr><tr><td>tokenA</td><td>poolShare*tokenReserveA</td></tr><tr><td>tokenB</td><td>poolShare*tokenReserveB</td></tr><tr><td>tokenC</td><td>poolShare*tokenReserveC</td></tr><tr><td>amountOut</td><td>route.returnAmount</td></tr></tbody></table>
