Developer Guide
Asynchronous Error Handling
These validations are executed as part of longer-running operations, typically those that involve state changes on-chain, such as preparing, signing, and publishing a transaction. This group may also include operations like report generation. The results of such operations can be tracked using the endpoint /v1/async-operations/{idempotencyKey}, which provides the current status and final outcome of the operation, including any error messages if the operation fails. It's important to note that some validations may still occur immediately (as part of the initial request) before the asynchronous processing begins.