How to use the command line interface

Query Quote

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

Usage

$ mtm query microtick quote <quote_id>

Description

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.