# Introduction

Welcome to the **Paribu API Documentation**!

#### Base URL

To interact with the Paribu API, direct your requests to the following base URL:

```
https://api.paribu.com
```

Our API empowers developers to integrate seamlessly with the Paribu platform. With the Paribu API, you can:

* **Access Real-time Market Data**: Obtain up-to-the-minute information on various trading pairs, including prices, volumes, and order book details to enhance your analytical tools and trading strategies.
* **Create and Manage Orders**: Submit, modify, and cancel buy and sell orders programmatically across different markets, enabling automated trading solutions.
* **Interact with User Account Information**: Securely retrieve and manage user-specific data, such as account balances, transaction history, and open orders.

To fully leverage the private endpoints of the Paribu API and access sensitive user data or execute trades, create an API key. Ensure that you include the necessary authentication headers in every request to secure your interactions.


---

# 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.paribu.com/api/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.
