Transfer fee

TransferFee queries the transfer fee by the source, destination chain, and amount. If amount is 0, the min fee is returned

get
Query parameters
source_chainstringOptional
destination_chainstringOptional
amountstringOptional
Responses
200
A successful response.
application/json
get
GET /axelar/nexus/v1beta1/transfer_fee HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
  "fee": {
    "denom": "text",
    "amount": "text"
  }
}

TransferFee queries the transfer fee by the source, destination chain, and amount. If amount is 0, the min fee is returned

get
Path parameters
source_chainstringRequired
destination_chainstringRequired
amountstringRequired
Responses
200
A successful response.
application/json
get
GET /axelar/nexus/v1beta1/transfer_fee/{source_chain}/{destination_chain}/{amount} HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
  "fee": {
    "denom": "text",
    "amount": "text"
  }
}