Confirm deposit

post
Body
senderstringOptional
deposit_addressstringOptional
denomstringOptional
Responses
200
A successful response.
application/json
Responseobject
post
POST /axelar/axelarnet/confirm_deposit HTTP/1.1
Host: axelar.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 57

{
  "sender": "text",
  "deposit_address": "text",
  "denom": "text"
}
{}