Next key id

NextKeyID returns the key ID assigned for the next rotation on a given chain. If no key rotation is in progress, it returns the grpc NOT_FOUND error.

get
Path parameters
chainstringRequired
Responses
200
A successful response.
application/json
get
GET /axelar/multisig/v1beta1/next_key_id/{chain} HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
  "key_id": "text"
}