# Wallet balance

- [Get wallet histories](https://developer.redstonepgs.com/wallet-balance/get-wallet-histories.md): This endpoint makes an HTTP GET request to retrieve a list of successfull transactions with pagination. The request includes query parameters for the  number page and limit of results per page.
- [Get wallet balance](https://developer.redstonepgs.com/wallet-balance/get-wallet-balance.md): This endpoint makes an HTTP GET request to retrieve the available wallet balance.


---

# 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://developer.redstonepgs.com/wallet-balance.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.
