Skip to content

Instantly share code, notes, and snippets.

@rhettre
Created April 1, 2023 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhettre/817e572e9a23e3f5f79376a39aebad4c to your computer and use it in GitHub Desktop.
Save rhettre/817e572e9a23e3f5f79376a39aebad4c to your computer and use it in GitHub Desktop.
Sample config.json for Coinbase Withdrawals and Deposits
{
"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