KeyResponse contains the key corresponding to a given key id.
GET /axelar/multisig/v1beta1/key HTTP/1.1 Host: axelar.nownodes.io Accept: */*
A successful response.
{ "key_id": "text", "state": "KEY_STATE_UNSPECIFIED", "started_at": "text", "started_at_timestamp": "2025-05-14T17:15:05.787Z", "threshold_weight": "text", "bonded_weight": "text", "participants": [ { "address": "text", "weight": "text", "pub_key": "text" } ] }