#price #market #crypto #spot #cli #ftx #command-line

app crypto-price-cli

CLI to get crypto price from ftx spot market

3 releases

0.1.2 Apr 2, 2022
0.1.1 Apr 2, 2022
0.1.0 Apr 2, 2022

#5 in #spot

MIT license

11KB

crypto-price-cli

Crypto Price Command Line in Rust to fetch spot market from FTX

just experiment cli that I learned to create my first cli app with Rust & Clap

Usage

# default is BTC/USD
cargo run

# fetch ETH/USD
cargo run -- -m ETH/USD

# help
cargo run -- --help

TODOs

  • Format & Display the output.
  • Update usage and more options.

APIs

Dependencies

~8–21MB
~308K SLoC