# API Guide

The Paddle API provides developers with seamless access to our comprehensive suite of features, enabling integration with Paddle Finance’s decentralized ecosystem. With the API, you can build custom solutions such as internal lending platforms and OTC markets, allowing for versatile, real-time financial operations.

**Please Note**: This documentation is currently in a closed beta and remains under active development. **USE IT AT YOUR OWN RISK.** While our API is free to access during this beta phase, we plan to transition to a subscription model in the future.

For inquiries about our **Telegram Push Notification Bot** or if you have specific business requirements, please connect with us through our **Telegram Group**: <https://t.me/paddlefi>.


---

# 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.paddlefi.com/api-documentation/api-guide.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.
