/zeta-chain/fungible/params

Parameters queries the parameters of the module.

{ "params": {} }Parameters:

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://zeta-testnet.blockpi.network/lcd/v1/<your-api-key>/zeta-chain/zetacore/fungible/params

// Result
{
  "params": {}
}

Last updated