gmosx / kraken-sdk-rust

A Rust SDK for working with Kraken APIs
Apache License 2.0
23 stars 14 forks source link

Add public REST endpoint get_recent_trades #43

Closed yotmarian closed 6 months ago

yotmarian commented 9 months ago

Didn't use AssetName, PairName because as it turns out the REST API can also handle WS-style A/B symbols (eg. BTC/USD). This support is not documented, so if you prefer I'll modify the test to use old-style pair name.

gmosx commented 6 months ago

Thank you for this contribution @yotmarian.