# Overview

Omypayments API is a powerful cryptocurrency payment solution designed for merchants who want to accept digital assets securely and efficiently. It allows businesses to integrate seamless crypto transactions, ensuring speed, reliability, and ease of use.

With Omypayments API, merchants can:

* Accept payments in multiple cryptocurrencies across various blockchain networks.
* Generate invoices dynamically, enabling customers to select their preferred payment asset.
* Monitor transaction statuses in real time via callbacks.
* Easily integrate the system with their platforms using straightforward RESTful API calls.

#### Key Features

* **Multi-Chain Support**: Works with EVM-based networks (Ethereum, BSC, Polygon), as well as TON, TRON and Solana.
* **Secure Transactions**: Encrypted API communication and authentication via API keys.
* **Flexible Invoicing**: Merchants can create invoices in fiat equivalents, and users can pay in crypto.
* **Real-Time Callbacks**: Automated status updates for payment tracking.
* **User-Friendly API**: Clear documentation, easy integration, and predictable responses.


---

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