# Common API

- [Balance Inquiry](https://docs.whalepay.one/api-document/common-api/balance-inquiry.md): API for retrieving the account balance
- [Inquiry Deposit](https://docs.whalepay.one/api-document/common-api/inquiry-deposit.md): API for retrieving deposit transactions
- [Inquiry Withdrawal](https://docs.whalepay.one/api-document/common-api/inquiry-withdrawal.md): API for retrieving withdrawal transactions
- [Deposit QR](https://docs.whalepay.one/api-document/common-api/deposit-qr.md): Create QR Code
- [Withdraw](https://docs.whalepay.one/api-document/common-api/withdraw.md): Create withdraw transaction


---

# 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.whalepay.one/api-document/common-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.
