# Introduction

\
**The NBCGATE API** provides a powerful and flexible solution for integrating cryptocurrency payments, simplifying the process for businesses that don't require a deep understanding of cryptocurrencies.

With a RESTful API and strong authentication via API keys, developers can easily:

* Create payment requests.
* Track their status in real-time.
* Manage cryptocurrency transactions with minimal effort.

The API is designed to simplify integration and provides high flexibility:

* Support customizable URLs for callbacks, including success and failure scenarios.
* Optimize the user experience for your platforms' customers.

**NBCGATE** offers a secure, scalable and developer-friendly infrastructure suitable for both large e-commerce platforms and small online stores.

***

**Key benefits of the NBCGATE API**

**Quick integration:** Easy customization using RESTful API, accessible even to novice developers.

**Flexibility:**

* Full support for customizable event handling scripts.
* Customize URLs for successful and unsuccessful payments.

**Scalability:** Suitable for all business sizes, from small stores to large platforms with high load.

**Security:** Uses API keys and other security measures to prevent unauthorized access.

**Cryptocurrency Support:** Provides work with popular cryptocurrencies and their networks, including address, rate and commission data.

***

#### **API Endpoint**

The following base URL is used for all requests in the test environment:

```arduino
https://api.client.nbcgate.tech
```

**Note:** Before using in a combat environment, make sure your API key and settings meet the required security standards.


---

# 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://integration.nbcgate.com/en/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.
