nash-io / openlimits

A Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers.
http://openlimits.io
BSD 2-Clause "Simplified" License
278 stars 44 forks source link

Add Exchange information #50

Closed ghost closed 4 years ago

ghost commented 4 years ago

The first step toward getting #29 done is to fetch the exchange information (the pairs informations) and cache it in the exchange object.

The function that pull the exchange information should have an option to refresh the cache.

binance coinbase

Their is no need to expose this as part of the openlimits trait for now.

ghost commented 4 years ago

Done with https://github.com/nash-io/openlimits/pull/60