# API参考文档

- [账户信息](https://docs.catfee.io/api-reference/account.md)
- [购买能量](https://docs.catfee.io/api-reference/create-order.md): Create resource order
- [订单详情](https://docs.catfee.io/api-reference/order-detail.md)
- [预估价格](https://docs.catfee.io/api-reference/price.md): 预估价格
- [购买电报会员](https://docs.catfee.io/api-reference/premium.md): 购买会员
- [质押宝(草稿)](https://docs.catfee.io/api-reference/stake-vault.md)
- [项目信息](https://docs.catfee.io/api-reference/stake-vault/project.md)
- [代理列表](https://docs.catfee.io/api-reference/stake-vault/transaction.md)
- [结算列表](https://docs.catfee.io/api-reference/stake-vault/daily-bill.md)
- [结算详情](https://docs.catfee.io/api-reference/stake-vault/daily-bill-detail.md)
- [付款列表](https://docs.catfee.io/api-reference/stake-vault/payout.md)
- [未来收益](https://docs.catfee.io/api-reference/stake-vault/future.md)
- [波场伴侣](https://docs.catfee.io/api-reference/mate.md)
- [增加基础版地址](https://docs.catfee.io/api-reference/mate/basic-add-address.md)
- [查询基础版地址信息](https://docs.catfee.io/api-reference/mate/basic-get-address.md)
- [启动/关闭基础版地址](https://docs.catfee.io/api-reference/mate/basic-enable-address.md)
- [设置配额基础版地址信息](https://docs.catfee.io/api-reference/mate/basic-quota-address.md)
- [增加或减少基础版地址配额数量](https://docs.catfee.io/api-reference/mate/basic-quota-increment.md)
- [设置自动关闭基础版地址](https://docs.catfee.io/api-reference/mate/basic-auto-close-address.md)
- [设置过期时间基础版地址](https://docs.catfee.io/api-reference/mate/basic-expire-address.md)
- [设置备注基础版地址](https://docs.catfee.io/api-reference/mate/basic-remark-address.md)
- [设置基础版地址](https://docs.catfee.io/api-reference/mate/basic-edit-address.md)
- [删除基础版地址](https://docs.catfee.io/api-reference/mate/basic-delete-address.md)
- [带宽保护](https://docs.catfee.io/api-reference/mate/basic-bandwidth-guarantee.md)
- [波场伴侣Pro](https://docs.catfee.io/api-reference/mate-pro.md)
- [添加Pro地址](https://docs.catfee.io/api-reference/mate-pro/pro-add-address.md)
- [得到Pro地址信息](https://docs.catfee.io/api-reference/mate-pro/pro-get-address.md)
- [启动/暂停Pro地址](https://docs.catfee.io/api-reference/mate-pro/pro-enable-address.md)
- [修改Pro配额模式与数量](https://docs.catfee.io/api-reference/mate-pro/pro-quota-address.md)
- [自动关闭Pro地址](https://docs.catfee.io/api-reference/mate-pro/pro-auto-close-address.md)
- [设置/取消Pro过期时间](https://docs.catfee.io/api-reference/mate-pro/pro-expire-address.md)
- [设置Pro备注](https://docs.catfee.io/api-reference/mate-pro/pro-remark-address.md)
- [删除Pro地址](https://docs.catfee.io/api-reference/mate-pro/pro-delete-address.md)
- [一单一付](https://docs.catfee.io/api-reference/transaction.md)
- [预估资源费用](https://docs.catfee.io/api-reference/transaction/estimate-fee.md)
- [创建代理资源交易](https://docs.catfee.io/api-reference/transaction/create-transaction.md)
- [更新支付资源费哈希](https://docs.catfee.io/api-reference/transaction/pay-transaction.md)
- [得到交易订单信息](https://docs.catfee.io/api-reference/transaction/get-transaction.md)
- [资源速充](https://docs.catfee.io/api-reference/flash.md)
- [预估速充资源](https://docs.catfee.io/api-reference/flash/estimate.md)
- [创建速充订单](https://docs.catfee.io/api-reference/flash/create-order.md)
- [查询速充订单](https://docs.catfee.io/api-reference/flash/order-detail.md)
- [实时归集](https://docs.catfee.io/api-reference/sweep.md)
- [添加地址](https://docs.catfee.io/api-reference/sweep/address-add.md)
- [删除地址](https://docs.catfee.io/api-reference/sweep/address-delete.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/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.
