# Open API

- [Welcome](https://docs.cloud.debank.com/en/readme/open-api.md): Built for DeFi Developers.
- [API Reference](https://docs.cloud.debank.com/en/readme/api-pro-reference.md)
- [Chain](https://docs.cloud.debank.com/en/readme/api-pro-reference/chain.md): The Chain API allows you to easily get chain information.
- [Protocol](https://docs.cloud.debank.com/en/readme/api-pro-reference/protocol.md): The Protocol API allows you to easily get protocol information.
- [Pool](https://docs.cloud.debank.com/en/readme/api-pro-reference/pool.md): The Pool API allows you to easily get pool information.
- [Token](https://docs.cloud.debank.com/en/readme/api-pro-reference/token.md): The Token API allows you to easily get token information.
- [User](https://docs.cloud.debank.com/en/readme/api-pro-reference/user.md): The User API allows you to easily get user's assets information.
- [Wallet](https://docs.cloud.debank.com/en/readme/api-pro-reference/wallet.md): The Wallet API allows you to easily get some wallet abilities.
- [API Models](https://docs.cloud.debank.com/en/readme/api-models.md)
- [PortfolioItemObject](https://docs.cloud.debank.com/en/readme/api-models/portfolioitemobject.md)
- [ActionObject](https://docs.cloud.debank.com/en/readme/api-models/actionobject.md)
- [TransactionObject](https://docs.cloud.debank.com/en/readme/api-models/transactionobject.md)
- [Error Code](https://docs.cloud.debank.com/en/readme/error-code.md)
- [Pre exec error code](https://docs.cloud.debank.com/en/readme/error-code/pre-exec-error-code.md)
- [ChangeLog](https://docs.cloud.debank.com/en/readme/changelog.md)
- [Auxiliary Feature](https://docs.cloud.debank.com/en/readme/auxiliary-feature.md)
- [Units Usage](https://docs.cloud.debank.com/en/readme/auxiliary-feature/units.md): The Units API allows you to easily get your units balance and daily usage.


---

# 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.cloud.debank.com/en/readme.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.
