# OM Pools Parameters

#### operation

* Whether to buy or sell OM tokens
* Allowed Values: `buy` or `sell`

#### market

* The market to buy OM tokens for
* Allowed Values: Valid market name supported by the platform.

#### pools

* The pool to buy OM token for
* Allowed Values: Valid pool name.

#### mode

* The trade mode
* Allowed Values: `single` or `pair`

#### from

* Token used for payment to buy OM tokens
* Allowed Values: Valid token symbol supported by the platform such as  `usdc`.

#### to

* The token to be received when selling OM tokens
* Allowed Values: Valid token symbol supported by the platform such as `usdt`.


---

# 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.onlyperps.com/welcome-to-onlyperps/trading/om-pools-parameters.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.
