> 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/api-reference-v2.md).

# API REFERENCE V2

- [Request Authorization](https://docs.trybit.com/api-reference-v2/authorization.md)
- [Invoice Creation](https://docs.trybit.com/api-reference-v2/create-invoice.md): The method allows you to create an invoice for a customer using a POST request.
- [Invoice Cancellation](https://docs.trybit.com/api-reference-v2/cancel-invoice.md): The method allows you to cancel a specific created invoice by sending a POST request.
- [Invoice List](https://docs.trybit.com/api-reference-v2/invoice-list.md): The method allows you to retrieve a list of all invoices by sending a POST request.
- [Invoice Information](https://docs.trybit.com/api-reference-v2/invoice-information.md): The method allows you to retrieve specific invoices by their identifiers using a POST request.
- [Balance](https://docs.trybit.com/api-reference-v2/balance.md): The method allows you to retrieve your account balance by sending a POST request.
- [Statistics](https://docs.trybit.com/api-reference-v2/statistics.md): The method allows you to retrieve payment statistics by sending a POST request.
- [Funds Withdrawal](https://docs.trybit.com/api-reference-v2/withdrawals.md): The method allows you to create a withdrawal request by sending a POST request.
- [Automatic POSTBACK](https://docs.trybit.com/api-reference-v2/postback.md): The method allows you to automatically receive notifications about invoice confirmation.
- [Static Wallets](https://docs.trybit.com/api-reference-v2/static-wallets.md): The method allows you to create a static wallet to accept payments to the same address without creating a new invoice.
- [H2H Integration (White Label)](https://docs.trybit.com/api-reference-v2/h2h.md): Learn how to enable Host2Host (H2H) — white-label crypto payment acceptance without redirects: payment details are displayed in your interface, and statuses are delivered via 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/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.
