A successful response.
const response = await fetch('https://zetachain.nownodes.io/zeta-chain/observer/getAllTssFundsMigrators', { method: 'GET', headers: {}, }); const data = await response.json();
{ "tss_funds_migrators": [ { "chain_id": "text", "migration_cctx_index": "text" } ] }