Fee info
Path parameters
chainstringRequired
assetstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error 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"
}
}