Fee info

FeeInfo queries the fee info by chain and asset

get
Path parameters
chainstringRequired
assetstringRequired
Responses
200
A successful response.
application/json
get
GET /axelar/nexus/v1beta1/fee_info/{chain}/{asset} HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
  "fee_info": {
    "chain": "text",
    "asset": "text",
    "fee_rate": "text",
    "min_fee": "text",
    "max_fee": "text"
  }
}