Skip to content

A simple command line program for accessing the Binance Cryptocurrency Exchange's public API

Notifications You must be signed in to change notification settings

escwdev/binance_rust_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binance_rust_cli

This is a simple command line tool for accessing the Binance Cryptocurrency Exchange's public API.

Installation

Clone the repository and build the binary with cargo build.

Use

To use from bash:

binance_rust_cli ethbtc

This returns and prints to bash the symbol and current pair listed. It is case insenstive and accepts a single symbol per call.

Todo

  • Bring in additional endpoints from the Binance public API (possibly private API)
  • Re-structure for better Rust based documentation
  • Include clap and more comprehensive command line functionality
  • Better and more descriptive Error control
  • Testing
  • Publish to crate.io

License

MIT

About

A simple command line program for accessing the Binance Cryptocurrency Exchange's public API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages