Set transfer rate limit

post
Body
senderstringOptional
chainstringOptional
windowstringOptional
Responses
200
A successful response.
application/json
Responseobject
post
POST /axelar/nexus/set_transfer_rate_limit HTTP/1.1
Host: axelar.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 89

{
  "sender": "text",
  "chain": "text",
  "limit": {
    "denom": "text",
    "amount": "text"
  },
  "window": "text"
}
{}