> For the complete documentation index, see [llms.txt](https://docs.b2binpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2binpay.com/user-guide/rates.md).

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