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.
POSThelper/send-transaction
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
signedXdr
string
The sign's hash. This come from the wallet.
returnEscrowDataIsRequired (Optional)
boolean
If a return escrow data is needed (Note that not all contract functions return data from an escrow.).