Confirm gateway tx

Deprecated: use ConfirmGatewayTxs instead

post
Body
senderstringOptional
chainstringOptional
tx_idstringOptional
Responses
200
A successful response.
application/json
Responseobject
post
POST /axelar/evm/confirm_gateway_tx HTTP/1.1
Host: axelar.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 47

{
  "sender": "text",
  "chain": "text",
  "tx_id": "text"
}
{}