A successful response.
const response = await fetch('https://axelar.nownodes.io/axelar/multisig/v1beta1/key', { method: 'GET', headers: {}, }); const data = await response.json();
{ "key_id": "text", "state": "KEY_STATE_UNSPECIFIED", "started_at": "text", "started_at_timestamp": "2024-11-10T04:07:31.895Z", "threshold_weight": "Ynl0ZXM=", "bonded_weight": "Ynl0ZXM=", "participants": [ { "address": "text", "weight": "Ynl0ZXM=", "pub_key": "text" } ] }