Recipient address

RecipientAddress queries the recipient address for a given deposit address

get
Path parameters
deposit_chainstringRequired
deposit_addrstringRequired
Responses
200
A successful response.
application/json
get
GET /axelar/nexus/v1beta1/recipient_address/{deposit_chain}/{deposit_addr} HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
  "recipient_addr": "text",
  "recipient_chain": "text"
}