Last updated 1 year ago
A successful response.
params defines the parameters of the module.
const response = await fetch('/ibc/apps/router/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "fee_percentage": "text" } }