Skip to content

Files

Latest commit

5e0864e · Dec 6, 2023

History

History
This branch is up to date with blankly-finance/blankly:main.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 20, 2021
Jan 14, 2022
Nov 20, 2021
Feb 14, 2022
May 7, 2022
May 7, 2022
May 2, 2022
May 1, 2022
Jan 28, 2022
Oct 14, 2022
Mar 4, 2022
Nov 20, 2021
Apr 12, 2022
Dec 6, 2023
Jan 16, 2022
Apr 8, 2022
Oct 11, 2022
May 7, 2022

Setting up is easy:

  1. Rename or create a new file of the format keys_example.json as keys.json. This is done to keep it out of version control (putting keys in git history can be bad).
  2. Add your exchange keys to the new (non-version controlled) keys.json file
  3. Run basic_example.py. You can change exchanges by changing the line Blankly.CoinbasePro() to what you're using, such as Blankly.Binance()