DeepBook CLI.
- Read + stream market data via pluggable providers (default: Surflux)
- Execute DeepBook on-chain trades and balance-manager operations from the same
deepbook/dbbinary
npm install -g deepbook-clideepbook --helpdeepbook and db global config is stored in ~/.deepbook/config.json (created on first run)
deepbook run includes client-side strategy loops built for DeepBook execution:
deepbook run twap <pool> <buy|sell> <size> <duration>deepbook run dca <pool> <buy|sell> <amount> <interval>deepbook run grid <pool> --upper <price> --lower <price> [options]deepbook run trailing-stop <pool> --trail <pct> [options]deepbook run cross-pool-spread <poolA> <poolB> [options]
You can find skills for this CLI here
Apache License 2.0