Send Transaction

Confirm the transaction.

POST helper/send-transaction

Headers

NameValue

Content-Type

application/json

Body

NameTypeDescription
signedXdr

string

The sign's hash. This come from the wallet.

Example of Request Body:

{
  "signedXdr": "AAAAAgAAAAB...",
}

Possible Responses

{
    "status": "SUCCESS",
    "message": "The transaction has been successfully sent to the Stellarย network"
}

Last updated