# Reference

- [API Reference](https://docs.lenme.com/reference/api-reference.md)
- [List borrower's loan request](https://docs.lenme.com/reference/list-borrowers-loan-request.md): This endpoint retrieves a list of loan requests based on specific criteria. The returned active loan requests will only include those issued within the last 30 days
- [Get Borrower Loan History](https://docs.lenme.com/reference/get-borrower-loan-history.md): This endpoint is used to retrieve a borrower's loan history.
- [Offer Loan Requests](https://docs.lenme.com/reference/offer-loan-requests.md): This endpoint is used to make an offer for a loan request, given a loan request id.
- [Fund Loan](https://docs.lenme.com/reference/fund-loan.md): API endpoint to fund loans for mobile users.
- [Fetch Banking Data](https://docs.lenme.com/reference/fetch-banking-data.md): Fetch data aggregation associated with loan request.
- [Fetch Transfer History](https://docs.lenme.com/reference/fetch-transfer-history.md): The investor can use this endpoint to fetch their transfer history on Lenme.
- [Get Loans](https://docs.lenme.com/reference/get-loans.md): The investor can use these endpoints to fetch details of their loans, including those in pending, completed, in collection, or in default status.
- [Get Loan payments](https://docs.lenme.com/reference/get-loan-payments.md): The investor can use this endpoint to fetch payments of a given loan.
- [Fetch Third Party Service](https://docs.lenme.com/reference/fetch-third-party-service.md): The "Fetch Third Party Service" endpoint is a crucial component of Lenme's API ecosystem designed to facilitate the retrieval of third-party services integrated with our platform.


---

# 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.lenme.com/reference.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.
