Rotate key

POSThttps://axelar.nownodes.io/axelar/multisig/rotate_key
Body
senderstring (byte)
chainstring
key_idstring
Response

A successful response.

Body
object
Request
const response = await fetch('https://axelar.nownodes.io/axelar/multisig/rotate_key', {
    method: 'POST',
    headers: {
      "Content-Type": "application/json"
    },
    body: JSON.stringify({}),
});
const data = await response.json();
Response
{
  "error": "text",
  "code": 0,
  "message": "text",
  "details": [
    {
      "type_url": "text",
      "value": "Ynl0ZXM="
    }
  ]
}