Params

Params queries all parameters of the packetforward module.

GEThttps://inj.nownodes.io/ibc/apps/packetforward/v1/params
Response

A successful response.

Body
paramsobject

params defines the parameters of the module.

Request
const response = await fetch('https://inj.nownodes.io/ibc/apps/packetforward/v1/params', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "params": {
    "fee_percentage": "text"
  }
}