# API

- [API Reference](https://docs.gluwa.com/api/api.md): Learn how to use various endpoints of the Gluwa API.
- [Authorization](https://docs.gluwa.com/api/authentication.md): Learn various authorization methods you need to use Gluwa API.
- [Currency and Conversion Symbols](https://docs.gluwa.com/api/currency-and-conversion-symbols.md): Learn which currencies Gluwa supports.
- [Errors and Error Codes](https://docs.gluwa.com/api/errors-and-error-codes.md): Learn how to handle errors.
- [Balance](https://docs.gluwa.com/api/balance.md): Retrieve the current balance of an address
- [Fee](https://docs.gluwa.com/api/fee.md): Retrieve the minimum fee amount for a transaction.
- [Transaction](https://docs.gluwa.com/api/transaction.md): Create and retrieve transactions.
- [Payment QR Code](https://docs.gluwa.com/api/qr-code.md): Generate QR Code to receive payments.
- [Wrap / Unwrap](https://docs.gluwa.com/api/wrap-unwrap.md)


---

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