forked from bennycode/coinbase-pro-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.defaults
More file actions
19 lines (16 loc) · 750 Bytes
/
.env.defaults
File metadata and controls
19 lines (16 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Instructions:
# 1) Copy this file to the root of this repository and name it ".env"
# 2) Enter your API keys in the ".env" file
# 3) Now your API keys can be used by "init-client.ts" from the "src/demo" directory
# 4) You can test it by running: npx ts-node ./src/demo/dump-candles.ts
# 5) Alternatively, you can run: yarn demo:candles
# Set to "false" if you want to use your production API key
USE_SANDBOX="true"
# Your sandbox API key from: https://public.sandbox.pro.coinbase.com/profile/api
COINBASE_PRO_SANDBOX_API_KEY=""
COINBASE_PRO_SANDBOX_API_SECRET=""
COINBASE_PRO_SANDBOX_PASSPHRASE=""
# Your production API key from: https://pro.coinbase.com/profile/api
COINBASE_PRO_API_KEY=""
COINBASE_PRO_API_SECRET=""
COINBASE_PRO_PASSPHRASE=""