Execute Transaction Block
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Execute the transaction and wait for results if desired. Request types:
- WaitForEffectsCert: waits for TransactionEffectsCert and then return to client. This mode is a proxy for transaction finality.
- WaitForLocalExecution: waits for TransactionEffectsCert and make sure the node executed the transaction locally before returning the client. The local execution makes sure this node is aware of this transaction when client fires subsequent queries. However if the node fails to execute the transaction locally in a timely manner, a bool type in the response is set to false to indicated the case. request_type is default to be WaitForEffectsCert unless options.show_events or options.show_effects is true
Body
application/json
jsonrpcstring2.0requiredidintegerrequiredmethodstringsui_executeTransactionBlockrequiredparamsArray<any>requiredResponse
200OK
Successful response returning executed transaction results
400Bad Request
Bad Request
401Unauthorized
Unauthorized — Missing or invalid API key
500Internal Server Error
Internal Server Error