# und query stream calculate
Calculate the Flow Rate for given parameters
# Synopsis
Calculate the Flow Rate for given parameters coin, duration (frequency of the payment, e.g. every 2 months) and duration type (e.g. month)
und query stream calculate [flags]
# Examples
$ und query stream calculate --coin 1000000000nund --period month --duration 1
# Options
--coin string
--duration uint
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for calculate
--no-indent Do not indent JSON output
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
--period StreamPeriod (unspecified | second | minute | hour | day | week | month | year) (default unspecified)
# Options inherited from parent commands
--chain-id string The network chain ID
# SEE ALSO
- und query stream - Querying commands for the stream module