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

# Introduction

**Current Version: 2.1**

Welcome to the RealTrex API. This service provides access to broker price opinions through specialized endpoints. All endpoints target `api.realtrex.com`.

## API Versioning

The RealTrex API follows semantic versioning to ensure stability and backward compatibility for our clients:

### Minor Releases (Non-Breaking Changes)

Minor version updates (e.g., 1.8, 1.9, 2.1) **only add new functionality** and do not remove existing features within the same major version. These updates are designed to be fully backward compatible, meaning your existing integrations will continue to work without any changes.

### Major Releases (Breaking Changes)

When a major version update is released (e.g., 2.0), it may include breaking changes such as removed or significantly modified endpoints. However, we ensure continuity by:

* Keeping the previous major version available and supported for an extended period
* Providing complete documentation for the previous major version
* Giving advance notice before any major version changes

This approach ensures your applications remain stable and functional, regardless of which API version you're using.


---

# 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:

```
GET https://docs.realtrex.com/api-documentation/introduction.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.
