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
signedXdrstringRequiredExample:
The sign's hash. This come from the wallet
AAAAAgAAAAB...Responses
200
The transaction has been successfully sent to the Stellar network
application/json
400
Bad request
401
Unauthorized access
429
Too Many Requests
500Error
application/json
post
/helper/send-transactionUse Example:
Last updated
Was this helpful?