> 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/rates.md).

# Rates

This page displays the configured exchange rate providers used to ensure accurate currency conversions during transaction processing when required.

## General information

The following information is displayed for each rate provider:

**Priority**

The priority index assigned to the rate provider.

The order of receiving exchange rates depends on the priority indexes assigned to providers. A lower index means higher priority. For example, a provider with index `1` is used first to receive rates.

You can change the priority in the rate provider details or by dragging and dropping providers into the required order.

***

**Provider**

The name of the rate provider:

* B2BINPAY
* BTC-Alpha
* CBRF
* CoinGecko
* CoinMarketCap
* Coinsbuy
* CryptoCompare
* CryptoWatch
* ECB Rates
* Fixer
* WazirX
* Xe
* custom

***

**Name**

The name assigned to the exchange rate configuration, which is used in the Back Office.

***

**From currencies**

One or more base currencies for which the rates are configured.

***

**To currencies**

One or more quote currencies to which the rates apply.

***

**Enabled**

If **Yes**, the rate provider is enabled and can be used for supplying rates.

To view the rate provider details, click the **Edit** button.

## Details

On the details page, you can view and configure additional settings required for the provider.

**Options**

This section includes the connection settings required for establishing a connection with specific providers.

***

When using the **custom** provider, the following settings are displayed:

* **Rate** — the fixed rate that is used for conversions.
* **Base currency** — the currency that serves as the base for all conversions using the specified fixed rate.

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

[How to configure currency exchange rates](/how-to-articles/manage-currencies/how-to-configure-currency-exchange-rates.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/rates.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.
