# Submit Transactions

- [Get Tip Wallet Address](https://docs.bloxroute.com/ton/ton-trader-api/tip-wallet.md): This endpoint is used to get a tip destination address to be used with either single transaction (with MEV protection ON) or transactions batch submission.
- [Tip and Tipping Addresses](https://docs.bloxroute.com/ton/ton-trader-api/tips.md): This page gives details on how we charge for service.
- [Regions](https://docs.bloxroute.com/ton/ton-trader-api/regions.md)
- [Submit Transaction](https://docs.bloxroute.com/ton/ton-trader-api/submit-transaction.md): This endpoint is used to submit signed singular transaction.
- [Submit Batch Transaction](https://docs.bloxroute.com/ton/ton-trader-api/submit-batch-transaction.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.bloxroute.com/ton/ton-trader-api.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.
