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

# API REFERENCE V2

- [Авторизация запросов](https://docs.trybit.com/ru/api-reference-v2/authorization.md)
- [Создание счета](https://docs.trybit.com/ru/api-reference-v2/create-invoice.md): Метод позволяет создать счет для клиента с помощью POST запроса.
- [Отмена счета](https://docs.trybit.com/ru/api-reference-v2/cancel-invoice.md): Метод позволяет отменить конкретный созданный счет с помощью отправки POST запроса.
- [Список счетов](https://docs.trybit.com/ru/api-reference-v2/invoice-list.md): Метод позволяет получить список всех счетов с помощью отправки POST запроса.
- [Информация о счете](https://docs.trybit.com/ru/api-reference-v2/invoice-information.md): Метод позволяет получить о конкретных счетах по их идентификаторам с помощью отправки POST запроса.
- [Баланс](https://docs.trybit.com/ru/api-reference-v2/balance.md): Метод позволяет получить баланс вашего аккаунта с помощью отправки POST запроса.
- [Статистика](https://docs.trybit.com/ru/api-reference-v2/statistics.md): Метод позволяет получить статистику платежей с помощью отправки POST запроса.
- [Вывод средств](https://docs.trybit.com/ru/api-reference-v2/withdrawals.md): Метод позволяет сформировать заявку на вывод средств с помощью отправки POST запроса.
- [Автоматический POSTBACK](https://docs.trybit.com/ru/api-reference-v2/postback.md): Метод позволяет автоматически получать уведомления о подтверждении счета.
- [Статические кошельки](https://docs.trybit.com/ru/api-reference-v2/static-wallet.md): Метод позволяет создать статический кошелек для приема платежей на один и тот же адрес без создания нового счета.
- [H2H-интеграция (White Label)](https://docs.trybit.com/ru/api-reference-v2/h2h.md): Узнайте, как подключить Host2Host (H2H) — white-label прием криптоплатежей без редиректа: реквизиты оплаты отображаются в вашем интерфейсе, статусы передаются через API.


---

# 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.trybit.com/ru/api-reference-v2.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.
