Get results of test "Scenarios" executed on this Network. Note: these Scenarios are meant to only be executed on test Networks; on a production Node, the response is expected to be empty.
The logical name of the network
{{network}}
POST /status/scenarios HTTP/1.1 Host: xrd.nownodes.io Content-Type: application/json Accept: */* Content-Length: 25 { "network": "{{network}}" }
Scenarios' results
{ "executed_scenarios": [ { "sequence_number": 1, "logical_name": "text", "committed_transactions": [ { "logical_name": "text", "state_version": 1, "intent_hash": "text", "intent_hash_bech32m": "text" } ], "addresses": { "ANY_ADDITIONAL_PROPERTY": "text" } } ] }