# DeBank Cloud

## DeBank Cloud

- [Open API](https://docs.cloud.debank.com/en/readme.md)
- [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.
- [Official Account](https://docs.cloud.debank.com/en/official-account.md)
- [Business Introduction](https://docs.cloud.debank.com/en/official-account/introduction.md): What solution does DeBank official account provide for Web3 organizations?
- [Service Operation Instructions](https://docs.cloud.debank.com/en/official-account/service-operation-instructions.md): Then You can follow the instructions step by step to complete your operations.
- [API Reference](https://docs.cloud.debank.com/en/official-account/api-reference.md)
- [Broadcast messages](https://docs.cloud.debank.com/en/official-account/api-reference/broadcast-messages.md): Effortlessly send any message to a group of users through DeBank Hi and directly reach out to any on-chain user. Users will be able to reply to your messages.
- [User messages](https://docs.cloud.debank.com/en/official-account/api-reference/user-messages.md)
- [Quest](https://docs.cloud.debank.com/en/official-account/quest.md)
- [REST API Action Integration Spec](https://docs.cloud.debank.com/en/official-account/quest/rest-api-action-integration-spec.md): This specification defines how to integrate via REST endpoints to validate the eligibility for specific actions.
- [DeBank Connect](https://docs.cloud.debank.com/en/debank-connect.md)
- [Integration](https://docs.cloud.debank.com/en/debank-connect/integration.md)
- [ChangeLog](https://docs.cloud.debank.com/en/debank-connect/changelog.md)
- [API](https://docs.cloud.debank.com/en/debank-connect/api.md)
- [User Base Data](https://docs.cloud.debank.com/en/debank-connect/api/user-base-data.md): The User Base Data API can obtain authorized user base information.
- [User Chain Data](https://docs.cloud.debank.com/en/debank-connect/api/user-chain-data.md)
- [User Social Data](https://docs.cloud.debank.com/en/debank-connect/api/user-social-data.md)
- [Terms Of Service](https://docs.cloud.debank.com/en/terms-of-service.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on a 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.
