/kollider-client

Rust client to the kollider.xyz derivative platform based on Lightning Network

Primary LanguageRust

The library contains REST and WebSocket bindings for API of Kollider trading platform.

The bindings follow official API documentation except some parts that are underdocumented or different at the moment.

The library contains also CLI interface for calling the endpoints and WS commands. To build it you have to run:

cargo run --release --features="build-binary"

More complex example that places an order via WebSocket:

RUST_LOG=debug cargo run --release --features="build-binary" -- websocket private index_values --symbols .BTCUSD order --price 472520 --quantity 1 --side ask