KeygenSessionResponse contains the keygen session info for a given key ID.
GET /axelar/multisig/v1beta1/keygen_session HTTP/1.1 Host: axelar.nownodes.io Accept: */*
A successful response.
{ "started_at": "text", "started_at_timestamp": "2025-05-13T22:55:52.375Z", "expires_at": "text", "completed_at": "text", "grace_period": "text", "state": "MULTISIG_STATE_UNSPECIFIED", "keygen_threshold_weight": "text", "signing_threshold_weight": "text", "bonded_weight": "text", "participants": [ { "address": "text", "weight": "text", "pub_key": "text" } ] }