Coin defines a token with a denomination and an amount.
NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
POST /axelar/nexus/set_transfer_rate_limit HTTP/1.1 Host: axelar.nownodes.io Content-Type: application/json Accept: */* Content-Length: 93 { "sender": "Ynl0ZXM=", "chain": "text", "limit": { "denom": "text", "amount": "text" }, "window": "text" }
A successful response.
{}