# Rates

**Rates** are the current exchange rates for currency conversion used for different financial operations.

On this page, you can find a list of all currency pairs available in B2BINPAY. By default, B2BINPAY obtains prices from [B2CONNECT Liquidity Hub](https://b2broker.com/products/b2connect/) (if you haven’t connected another liquidity provider when setting up the system).

The rates are updated every 20 seconds. If the price cell is highlighted in green, the value has increased since the previous update; in red — decreased. No highlighting means that the value hasn’t changed.

Above the table, you can see **quick filters**:

* **Favorites**: To display currency pairs added to *Favorites*. To add a currency pair to *Favorites*, click the **star icon** near it.
* **All** (default): To display all available currency pairs.
* **Fiat**: To display currency pairs where one or both currencies are fiat.
* **Tokens**: To display currency pairs where one or both currencies are tokens.
* **Coins**: To display currency pairs where one or both currencies are coins.

Next to quick filters, you can see the **Decimal places** option. Use it to adjust the number of digits after a decimal separator in prices to be displayed (by default, 8). Available values are in the range from 0 to 18, but the actual number of digits is limited by the number specified in currency settings, refer to [Currency codes](/references/currency-codes.md).


---

# 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.b2binpay.com/user-guide/rates.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.
