kraky
kraky copied to clipboard
Are all the kraken api functions available? What is available? The docs lack this crucial info!
Hi, most of the functions should be implemented, not sure if there are newer. I will probably specify at one point which Kraken API is implemented. If you have time to check, feel free to do so. :)
@keithorange I find it's fairly easy by simply looking at the source code. E.g. for REST: https://github.com/Atem18/kraky/blob/main/kraky/api.py
You can also use the docs which includes for each method a link to the kraken doc : https://kraky.readthedocs.io/en/stable/api/
You can also use the docs which includes for each method a link to the kraken doc : https://kraky.readthedocs.io/en/stable/api/
You might want to put that as a blue link somewhere in the README. Since I never even noticed there are actual docs! I know that there's a DOCS entry but I assumed that was some code thingy until now!
@Pithikos I can check how others projects are doing but if you have something already made in your mind, PR are always more than welcome :)