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