v1

latestOpenAPI 3.0.0raw.githubusercontent.com2025-08-29295183.8 KB

Executes specified transaction and creates a transaction trace, including resource usage, and then reverts all state changes but not contribute to the subjective billing for the account. If the transaction has signatures, they are processed, but any failures are ignored. Transactions which fail always include the transaction failure trace. Warning, users with exposed nodes who have enabled the compute_transaction endpoint should implement some throttling to protect from Denial of Service attacks.

post/compute_transaction

Request body

signaturesSignature[]

array of signatures required to authorize transaction

compressionboolean

Compression used, usually false

packed_context_free_datastring

JSON to hex

packed_trxstring

Transaction object, JSON to hex

Response

OK

{"stackTrail":"paths:/compute_transaction:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Returns Nothing"}