> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/back-office-guide/currencies/currency-pairs.md).

# Currency pairs

On this page, you can view a list of available currency pairs and add new pairs.

**From currency**

The alphabetic code of a base currency.

***

**To currency**

The alphabetic code of a quote currency.

***

**Enabled for client**

If `Yes`, a currency pair can be exchanged by clients in the B2CORE UI; otherwise, `No`.

By default, this option is set to `Yes`.

***

**Rates Custom Priority**

The order in which exchange rates are obtained from exchange rate providers for this currency pair.

***

**Updated**

The date and time when a currency pair was last updated.

***

**Max amount**

The maximum allowed amount per exchange operation in a currency pair.

***

**Step**

The minimum increment by which an amount can be changed at a time.

***

**Enabled for admin**

If `Yes`, a currency pair can be exchanged via the Back Office; otherwise, `No`.

By default, this option is set to `Yes`.

***

**Request required**

* If `Yes`, requests for admin approval are created when clients initiate exchanges in a currency pair in the B2CORE UI. After approval, exchanges are executed using the rates specified in the approved requests.
* If `No`, exchanges in this currency pair are executed without admin approval.

By default, this option is set to `No`.

{% hint style="info" %}
**See also**

[How to add an exchange currency pair](/how-to-articles/manage-currencies/how-to-add-an-exchange-currency-pair.md)

[How to set priorities for exchange rate providers](/how-to-articles/manage-currencies/how-to-set-priorities-for-exchange-rate-providers.md)

[How to enable requests for exchanges in specific currency pairs](/how-to-articles/manage-currencies/how-to-enable-requests-for-exchanges-in-specific-currency-pairs.md)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.b2core.b2broker.com/back-office-guide/currencies/currency-pairs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
