Returns a list of available invariants.
OK
const response = await fetch('https://thor.nownodes.io/thorchain/invariants', { method: 'GET', headers: {}, }); const data = await response.json();
{ "invariants": [ "text" ] }