Transaction Management Endpoints
account/transaction/confirm
This endpoint allows users to confirm a flagged transaction. Confirming a flagged transaction permits the transaction to be processed. Unconfirmed flagged transactions will not be processed.
post/account/transaction/confirm
Response
Example response
{
"Success": true,
"TransactionConfirmed": true
}