Export Plot PPoS Dex data


Export PPoS Dex data to csv file for external analysis.

poetry run ppos_dex.py export [--publisher=<p>] [--algo-threshold=<a>] [--start-block=<s>] [--end-block=<e>] [--localhost | --test]

Options

  1. [--publisher=<p>] publisher account address (default: PPoS Dex Oracle account);
  2. [--algo-threshold=<t>] export only data of accounts that own more than this threshold (default: 1000 ALGO);
  3. [--start-block=<s>] export data from this block (if availables);
  4. [--end-block=<e>] export data until this block;
  5. [--localhost | test] select local hosted Node and Indexer / other API providers, or default TestNet end-points.