# 批量操作

- [批量发送Token](https://docs.tokentools.app/multi/multisender.md): 通过 TokenTool 的工具完成批量转账
- [批量检测钱包余额](https://docs.tokentools.app/multi/batchcheckbalance.md)
- [批量生成钱包](https://docs.tokentools.app/multi/createwallet.md)
- [令牌批量授权查询](https://docs.tokentools.app/multi/batch-approve.md)
- [Token批量归集](https://docs.tokentools.app/multi/batchcollection.md): 一键批量归集代币到一个指定地址，多对一转账.
- [Token/NFT持有人扫描](https://docs.tokentools.app/multi/tokenholdscan.md)
- [批量Swap兑换(老版本)](https://docs.tokentools.app/multi/batchswapold.md)
- [批量Swap兑换](https://docs.tokentools.app/multi/batchswap.md)
- [钱包多对多转账](https://docs.tokentools.app/multi/batch-transfer.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.tokentools.app/multi.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.
