# Market Maker

## Checking pool information

* CLI
  * All Pools: <https://docs.crescent.network/developer-guide/cli-and-api/amm-module/cli-reference#allpools>
  * Pool: <https://docs.crescent.network/developer-guide/cli-and-api/amm-module/cli-reference#pool>
* API
  * All Pools: <https://docs.crescent.network/developer-guide/cli-and-api/amm-module/api-reference#allpools>
  * Pool: <https://docs.crescent.network/developer-guide/cli-and-api/amm-module/api-reference#pool>

## Making a limit order

* CLI: <https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#placelimitorder>

## Making a batch limit order

* CLI: <https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#placebatchlimitorder>

## Making a mm limit order

* CLI: <https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#placemmlimitorder>

## Making a mm batch limit order

* CLI: <https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#placemmbatchlimitorder>

## Making a market order

* CLI: <https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#placemarketorder>

## Canceling an order

* CLI: <https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#cancelorder>

## Canceling all orders

* CLI: <https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#cancelallorders>

## More Informations

* For more detailed informations about the amm module and exchange module:

{% content-ref url="/pages/11D77UC6nmXw9gPNeGso" %}
[AMM module](/developer-guide/cli-and-api/amm-module.md)
{% endcontent-ref %}

{% content-ref url="/pages/XWrXUfrnDPFrrDyWfM3X" %}
[Exchange module](/developer-guide/cli-and-api/exchange-module.md)
{% endcontent-ref %}


---

# 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://docs.crescent.network/technical-guide/market-maker.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.
