Key

Key returns the key corresponding to 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
get
GET /axelar/multisig/v1beta1/key HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
  "key_id": "text",
  "state": "KEY_STATE_UNSPECIFIED",
  "started_at": "text",
  "started_at_timestamp": "2025-06-27T07:54:55.531Z",
  "threshold_weight": "text",
  "bonded_weight": "text",
  "participants": [
    {
      "address": "text",
      "weight": "text",
      "pub_key": "text"
    }
  ]
}