Keygen session
KeygenSession returns the keygen session info for a given key ID.
If no key is found, it returns the grpc NOT_FOUND error.
get
Query parameters
key_idstringOptional
Responses
200
A successful response.
application/json
default
An unexpected error response
application/json
get
GET /axelar/multisig/v1beta1/keygen_session HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
"started_at": "text",
"started_at_timestamp": "2025-07-13T19:00:39.582Z",
"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"
}
]
}