Module Parameters
MOD-ES-QRY-3
Query the current parameters of the Ecosystem (ec) module.
Execute the Query
- CLI
- API
Usage
veranad query ec params --node $NODE_RPC --output json
Example response
{
"params": {
"trust_unit_price": "1000000"
}
}
trust_unit_price is the price (in uvna) of one Trust Unit, used to resolve deposit and fee amounts.
curl -X GET "https://api.testnet.verana.network/verana/ec/v1/params" -H "accept: application/json"
Governance-only updates
Ecosystem module parameters can only be changed through a governance proposal (MOD-ES-MSG-4, the update-params message). A normal key cannot sign it.