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.
/status/scenarios
The logical name of the network
{{network}}
Scenarios' results
Server error
curl -L \ --request POST \ --url 'https://xrd.nownodes.io/core/status/scenarios' \ --header 'Content-Type: application/json' \ --data '{"network":"{{network}}"}'
{ "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" } } ] }