Send Transaction
Confirm the transaction.
POST
helper/send-transaction
Headers
Body
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"
}
{
"error": "Internal server error"
}
{
"message": "Message",
"error": "Bad Request",
"statusCode": 400
}
{
"statusCode": 429,
"message": "ThrottlerException: Too Many Requests"
}