SimulateTransaction

Simulate transaction

post

Submit a trial contract invocation to simulate how it would be executed by the network. This endpoint calculates the effective transaction data, required authorizations, and minimal resource fee. It provides a way to test and analyze the potential outcomes of a transaction without actually submitting it to the network.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
idintegerRequiredExample: 8675309
methodstringRequiredExample: simulateTransaction
Responses
chevron-right
200

Transaction simulation completed successfully

application/json
jsonrpcstringOptionalExample: 2.0
idintegerOptionalExample: 8675309
post
/

Last updated