coinbase-samples / prime-scripts-py

Coinbase Prime REST and FIX API sample scripts

Home Page:https://docs.cloud.coinbase.com/prime/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New API format

Ju-creator-beep opened this issue · comments

New API format provide by coinbase do not respect this :
API_KEY = os.environ.get('ACCESS_KEY')
SECRET_KEY = os.environ.get('SIGNING_KEY')
PASSPHRASE = os.environ.get('PASSPHRASE')
PORTFOLIO_ID = os.environ.get('PORTFOLIO_ID')

What can I do to reuse past algorithms?
Best

commented

This will still work. Can you please provide an example of where you are encountering such an issue?