gmosx / kraken-sdk-rust

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

Query Orders Info not supported #7

Closed gitmalong closed 2 years ago

gitmalong commented 2 years ago

Hi! The API Call Query Orders Info is not supported https://docs.kraken.com/rest/#operation/getOrdersInfo

gmosx commented 2 years ago

OK, I will prioritize adding support for this end-point. Out of curiosity, what is your use-case for that?

gmosx commented 2 years ago

Implemented in version = "0.17.0".

gitmalong commented 11 months ago

OK, I will prioritize adding support for this end-point. Out of curiosity, what is your use-case for that?

I would like to know how much assets X I get for Y? I thought I must calculate this on my own with help of the order book. Isn't it like this?