Construction
Parse High-Level Construction Operations
PreprocessOperations is called to parse and validate high-level transaction construction operations into Rosetta operations. This endpoint allows the Rosetta implementation to handle operation parsing that might not be supported by local client-side parsers.
This endpoint is OPTIONAL and implementations can return HTTP 501 (Not Implemented) if they don't support this functionality.
The input format matches TransactionConstructOpInput used by chainstdio, and the output format matches the return values of ParseTransactionConstructOp to maintain compatibility with existing operation parsing workflows.
post/construction/preprocess-operations
Request body
Response
Expected response to a valid request