Skip to content

Commit

Permalink
GDAX is Coinbase Pro now, for pros only.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jun 30, 2018
1 parent 6fc140f commit a15dca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimal_buy_gdax/optimal_buy_gdax.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ def main():
parser.add_argument('--b64secret', help='API secret', required=True)
parser.add_argument('--passphrase', help='API passphrase', required=True)
parser.add_argument('--api-url',
help='API URL (default: https://api.gdax.com)',
default='https://api.gdax.com')
help='API URL (default: https://api.pro.coinbase.com)',
default='https://api.pro.coinbase.com')
parser.add_argument('--payment-method-id',
help='Payment method ID for fiat deposits')
parser.add_argument('--starting-discount', type=float,
Expand Down

0 comments on commit a15dca4

Please sign in to comment.