A successful response.
const response = await fetch('https://zetachain.nownodes.io/zeta-chain/observer/get_tss_address/{bitcoin_chain_id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "eth": "text", "btc": "text" }