Error
CommandService
Submit a transaction and track its execution status. Returns a stream of status updates starting with RECEIVED, then ACCEPTED, followed by consensus and execution updates, closing after the transaction is executed.
POST
Error
Documentation Index
Fetch the complete documentation index at: https://docs.thru.org/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
SendAndTrackTxnRequest submits a transaction and tracks its execution.
SendAndTrackTxnRequest submits a transaction and tracks its execution.
Raw transaction bytes encoded according to chain specification.
Pattern:
^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$Optional timeout for tracking the transaction execution. If not specified, the stream will remain open until the transaction is executed or the client cancels.