krakenfx / kraken-api-client

Example client libraries for use with the kraken.com API.
MIT License
88 stars 94 forks source link

New to coding, how would I go about fetching balances for specific currencies? #13

Open SuchUmami opened 1 year ago

SuchUmami commented 1 year ago

Hi, I wrote a few pieces of code to first connect to my api and then to display my balance (I've blocked out the password and api keys). I imported the first module and when I ran it, it worked! Here is the code:

Here is the first module named dontshare_config001 https://imgur.com/a/wt9w1JD

Here is the second piece of code: https://imgur.com/wtLJCOb

This works well but it fetches all the currency balances. I'd like to simply fetch the balance for say bitcoin or USD. How would I go about doing this?