For the complete documentation index, see llms.txt. This page is also available as Markdown.

Enviar transacción

La mayoría de los endpoints de Trustless Work devuelven una transacción sin firmar en formato XDR. Este endpoint se utiliza para firmar dichas transacciones sin firmar y enviarlas a la red Stellar.

Encabezados

Nombre
Valor

Content-Type

application/json

x-api-key

<token>

Open API

post
Autorizaciones
Cuerpo
signedXdrstringRequerido

The sign's hash. This come from the wallet

Example: AAAAAgAAAAB...
Respuestas
200

The transaction has been successfully sent to the Stellar network

application/json
post
/helper/send-transaction

Ejemplo de uso:

Última actualización