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 trade <trade_id>
Returns the trade parameters for a particular active trade ID. This command does not return historical trades, those must be queried using Tendermint search using a full archive node as for the endpoint.