Skip to content

peitalin/trading_sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance API and trading system in Rust

Preliminary side project. Only Websocket APIs are currently available. Deposits + orders + trade execution is under development.

  1. Setup PostgreSQL database with diesel.
$ export DATABASE_URL=postgres://{username}:{password}@localhost/trading_sys
$ diesel migration run
  1. Start Binance websockets API.
cargo run --bin binance
  1. Entry point is src/bin/binance/main.rs, edit to explore other functions.

  2. Coinmarketcap API

cargo run --bin coinmarketcap -- --currency monero --start-date 2017-01-01 --end-date 2019-01-01

About

Rust API for Binance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published