Created
April 1, 2023 22:21
-
-
Save rhettre/817e572e9a23e3f5f79376a39aebad4c to your computer and use it in GitHub Desktop.
Sample config.json for Coinbase Withdrawals and Deposits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"API_KEY": "", | |
"API_SECRET": "", | |
"DEPOSIT_ID": "", | |
"PAYMENT_METHOD": "", | |
"DEPOSIT_AMOUNT": 10, | |
"DEPOSIT_CURRENCY": "USD", | |
"BTC_ADDRESS": "", | |
"WITHDRAW_CURRENCY": "BTC", | |
"WITHDRAWAL_ID": "", | |
"WITHDRAWAL_FACTOR": 0.97 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment