Skip to content

Latest commit

 

History

History
executable file
·
41 lines (29 loc) · 1.64 KB

IMPORT_DATA.md

File metadata and controls

executable file
·
41 lines (29 loc) · 1.64 KB

How to import your transactions

General overview

APIs are hooks that apps use to interface with other apps. pyhodl needs just read access to your exchanges APIs. pyhodl does not hold your keys, rather it saves them in your local machine, so be sure to keep it virus-free. pyhodl needs a config file to save your data, so just run pyhodl -updater once and follow the instructions to setup your workplace.

Supported exchanges

Binance

  1. Log in into your Binance account and navigate to the Security Settings page
  2. Click on API Settings and create a new key
  3. Check only the Read Info permission
  4. Save your key and your secret in your config file

Bitfinex

  1. Log in into your Bitfinex account and navigate to Account -> API
  2. Create a new key
  3. Select all Read boxes (should be selected by default) and do not select any Write boxes.
  4. Label the API Key and generate it.
  5. Save your key and your secret in your config file

Coinbase

  1. Log in into your Coinbase account and navigate to Settings -> API Access
  2. Click on + New API Key to create a new key
  3. Enable all accounts you would like to check (we recommend to check all)
  4. Enable all checkboxes with a read permission
  5. Save your key and your secret in your config file

GDAX

  1. Log in into your GDAX account, hover the navigation icon and click on API
  2. Enable only View
  3. Save your key, secret and passphrase in your config file