Skip to content

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

Notifications You must be signed in to change notification settings

standardsats/kollider-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published