# API Reference

- [Account Information](https://docs.catfee.io/en/api-reference/account.md)
- [Buy Energy](https://docs.catfee.io/en/api-reference/create-order.md): Create resource order
- [Get Order Detail](https://docs.catfee.io/en/api-reference/order-detail.md)
- [Estimated Order Amount](https://docs.catfee.io/en/api-reference/price.md)
- [Buy Telegram Premium](https://docs.catfee.io/en/api-reference/premium.md)
- [Stake Vault](https://docs.catfee.io/en/api-reference/stake-vault.md)
- [Project](https://docs.catfee.io/en/api-reference/stake-vault/project.md)
- [Delegate](https://docs.catfee.io/en/api-reference/stake-vault/delegate.md)
- [Daily Bill](https://docs.catfee.io/en/api-reference/stake-vault/daily-bill.md)
- [Daily Bill Detail](https://docs.catfee.io/en/api-reference/stake-vault/daily-bill-detail.md)
- [Payout](https://docs.catfee.io/en/api-reference/stake-vault/payout.md)
- [Future Earnings](https://docs.catfee.io/en/api-reference/stake-vault/future.md)
- [Energy Mate](https://docs.catfee.io/en/api-reference/mate.md)
- [Add Basic Address](https://docs.catfee.io/en/api-reference/mate/basic-add-address.md)
- [Get Basic Address](https://docs.catfee.io/en/api-reference/mate/basic-get-address.md)
- [Enable Basic Address](https://docs.catfee.io/en/api-reference/mate/basic-enable-address.md)
- [Quota Basic Address](https://docs.catfee.io/en/api-reference/mate/basic-quota-address.md)
- [Increase or decrease quota](https://docs.catfee.io/en/api-reference/mate/basic-quota-increment.md)
- [Auto Close Basic Addres](https://docs.catfee.io/en/api-reference/mate/basic-auto-close-address.md)
- [Expire Basic Address](https://docs.catfee.io/en/api-reference/mate/basic-expire-address.md)
- [Remark Basic Address](https://docs.catfee.io/en/api-reference/mate/basic-remark-address.md)
- [Delete Basic Address](https://docs.catfee.io/en/api-reference/mate/basic-delete-address.md)
- [Bandwidth Guarantee Basic Address](https://docs.catfee.io/en/api-reference/mate/basic-bandwidth-guarantee.md)
- [Energy Mate Pro](https://docs.catfee.io/en/api-reference/mate-pro.md)
- [Add Pro Address](https://docs.catfee.io/en/api-reference/mate-pro/pro-add-address.md)
- [Get Pro Address](https://docs.catfee.io/en/api-reference/mate-pro/pro-get-address.md)
- [Enable Pro Address](https://docs.catfee.io/en/api-reference/mate-pro/pro-enable-address.md)
- [Quota Pro Address](https://docs.catfee.io/en/api-reference/mate-pro/pro-quota-address.md)
- [Auto Close Pro Address](https://docs.catfee.io/en/api-reference/mate-pro/pro-auto-close-address.md)
- [Expire Pro Address](https://docs.catfee.io/en/api-reference/mate-pro/pro-expire-address.md)
- [Remark Pro Address](https://docs.catfee.io/en/api-reference/mate-pro/pro-remark-address.md)
- [Delete Pro Address](https://docs.catfee.io/en/api-reference/mate-pro/pro-delete-address.md)
- [Per-Order Payment](https://docs.catfee.io/en/api-reference/transaction.md)
- [Estimated Order](https://docs.catfee.io/en/api-reference/transaction/estimate.md)
- [Create Order](https://docs.catfee.io/en/api-reference/transaction/create-order.md)
- [Pay Order](https://docs.catfee.io/en/api-reference/transaction/pay-order.md)
- [Get Order Detail](https://docs.catfee.io/en/api-reference/transaction/order-detail.md)
- [Flash](https://docs.catfee.io/en/api-reference/flash.md)
- [Estimated Flash](https://docs.catfee.io/en/api-reference/flash/estimate.md)
- [Create Flash Order](https://docs.catfee.io/en/api-reference/flash/create-order.md)
- [Get Flash Order Detail](https://docs.catfee.io/en/api-reference/flash/order-detail.md)


---

# 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.catfee.io/en/api-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.
