Send Transaction

Most Trustless Work endpoints return an unsigned transaction in XDR format. This endpoint is used to sign such unsigned transactions and send them to the Stellar network.

Headers

Name
Value

Content-Type

application/json

x-api-key

<token>

Open API

post
Authorizations
Body
signedXdrstringRequired

The sign's hash. This come from the wallet

Example: AAAAAgAAAAB...
Responses
200

The transaction has been successfully sent to the Stellar network

application/json
post
/helper/send-transaction

Use Example:

Last updated

Was this helpful?