# Ajudantes

### Introdução

Os endpoints auxiliares são projetados para fornecer funcionalidades adicionais que complementam os recursos principais de uma API. Eles frequentemente incluem funções utilitárias que agilizam solicitações comuns, simplificam a manipulação de dados ou melhoram a experiência geral do usuário.

#### Visão geral dos endpoints auxiliares

Os endpoints auxiliares oferecem vários benefícios que aumentam tanto a eficiência do desenvolvimento quanto a satisfação do usuário.&#x20;

* **Definir Trustline:** Permite ao usuário interagir com alguns tokens.
* **Enviar Transação:** Envia a transação para a Rede Stellar com o hash assinado.
* **Obter Saldo de Múltiplos Escrows:** Este endpoint permite que os usuários recuperem os saldos de várias contas escrow simultaneamente.&#x20;

Esses endpoints garantem transações seguras aproveitando a infraestrutura da Stellar, garantindo transparência e confiabilidade.


---

# 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.trustlesswork.com/trustless-work/v1-pt/api-rest/helpers.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.
