This is a sample application written in Rust that demonstrates how to interact with the BTCMarkets API. The entire application is contained in a single file main.rs
.
BTCMARKETS_API_KEY=12343 BTCMARKETS_PRIVATE_KEY=1234 cargo run
For instructions on how to build and run a Rust binary, please see the official Rust documentation at: https://doc.rust-lang.org/book/ch01-03-hello-cargo.html#building-and-running-a-cargo-project