Allowable states are: Defined, Started, LockedIn, Failed, Active.
Returns the list of deployment flags
const response = await fetch('https://strax.nownodes.io/api/Consensus/deploymentflags', { method: 'GET', headers: {}, }); const data = await response.json();