Skip to content

rhettre/Coinbase-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coinbase-API

This code requires a file called config.json in the directory that it is run.

Config.json should include the following information:

-----START------

{ "API_KEY": "", "API_SECRET": "", "DEPOSIT_ID": "", "PAYMENT_METHOD": "", "DEPOSIT_AMOUNT": 10, "DEPOSIT_CURRENCY": "USD", "BTC_ADDRESS": "", "WITHDRAW_CURRENCY": "BTC", "WITHDRAWAL_ID": "" }

------END-------

API_KEY and API_SECRET are from your Coinbase Account

DEPOSIT_ID and PAYMENT_METHOD can be found by running list_payment_methods()

WITHDRAWAL_ID can be found by running list_accounts()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages