Note: This page describes how to use the 'mtm' command line executable. This binary is currently available for Linux only
To use mtm from the command line, you must have a synced Microtick node and you should to set the MTM_HOME environment variable to the same directory your synced node is using if it's not using the default location, for example:
$ export MTM_HOME=$HOME/testnet
$ mtm query microtick quote <quote_id>
Returns the static and dynamic quote parameters for a particular quote ID. This command does not return historical quote updates or old quote IDs -those must be queried using Tendermint search using a full archive node as the endpoint.