Transaction Queue Service

This service manages the processing queue for blockchain transactions. It provides:

How It Works

  1. Submit one or more spend bundles as a job via the API
  2. The service analyzes coin relationships to determine transaction ordering
  3. Transactions are monitored and submitted to the blockchain when their inputs are available
  4. Job status is updated as transactions confirm or fail
  5. Automatic resubmission if blockchain reorganization is detected

For API documentation, please visit the Swagger UI docs.