Skip to content

Instantly share code, notes, and snippets.

View atorrente75's full-sized avatar

Andrea Torrente atorrente75

  • https://stakingteam.com/
View GitHub Profile
@atorrente75
atorrente75 / getBalance.sh
Created November 13, 2019 11:45 — forked from alpinechough/getBalance.sh
Accessing authenticated Kraken API - bash
#/bin/bash
# API Key:
APIKEY="<your API key>"
# Private Key:
PRIVATEKEY="<your private key>"
# URL
URLHOST="https://api.kraken.com"