Home

Dev Inspect Transaction Block

POST
https://sui.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Runs the transaction in dev-inspect mode. Which allows for nearly any transaction (or Move call) with any arguments. Detailed results are provided, including both the transaction effects and any return values.

Body

application/json
jsonrpcstring2.0required
idintegerrequired
methodstringsui_devInspectTransactionBlockrequired
paramsArray<any>required

Response

200OK

Successful response returning dev inspection results

400Bad Request

Bad Request

401Unauthorized

Unauthorized — Missing or invalid API key

500Internal Server Error

Internal Server Error