Rust Implementation of Blockchain Exchange Websocket Api
If you wish to test authenticated routes, paste your Blockchain exchange API key where it says "YOUR API KEY HERE" in the example.
To run the e2e example - simply type.
cargo run --example e2e
- Deserialisation of responses into useable structs
- Split socket into reader/writer and move to separate threads
- Possibly move to futures based implementation