forked from enarjord/passivbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi-keys.json.example
More file actions
65 lines (65 loc) · 1.92 KB
/
api-keys.json.example
File metadata and controls
65 lines (65 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"referrals": {
"bybit": "https://partner.bybit.com/b/passivbot",
"bitget": "https://partner.bitget.com/bg/Y8FU1W",
"okx": "https://www.okx.com/join/PASSIVBOT",
"binance": "https://accounts.binance.com/register?ref=TII4B07C",
"gateio": "https://www.gate.io/signup/AQCRUVTE",
"hyperliquid": "https://app.hyperliquid.xyz/join/PASSIVBOT",
"defx": "https://app.defx.com/join/4DKR14",
"kucoin": "https://www.kucoin.com/r/broker/CX8QZQJX"
},
"binance_01" : {
"exchange": "binance",
"key": "key",
"secret": "secret"
},
"bybit_01" : {
"exchange": "bybit",
"key": "key",
"secret": "secret"
},
"bitget_01" : {
"exchange": "bitget",
"key": "key",
"secret": "secret",
"passphrase": "passphrase"
},
"okx_01" : {
"exchange": "okx",
"key": "key",
"secret": "secret",
"passphrase": "passphrase"
},
"hyperliquid_01" : {
"exchange": "hyperliquid",
"wallet_address": "wallet_address",
"private_key": "private_key",
"is_vault": false
},
"gateio_01" : {
"exchange": "gateio",
"key": "key",
"secret": "secret"
},
"kucoin_01" : {
"exchange": "kucoin",
"key": "key",
"secret": "secret",
"passphrase": "passphrase"
},
"_comment_paradex": "Paradex uses L2 StarkNet auth (like Hyperliquid).",
"paradex_01": {
"exchange": "paradex",
"wallet_address": "0x_your_starknet_address",
"private_key": "0x_your_starknet_private_key"
},
"_comment_ccxtbot": "CCXTBot uses CCXT native field names. Add 'quote' for non-USDT exchanges.",
"generic_ccxtbot_01": {
"exchange": "kraken",
"quote": "USDT",
"apiKey": "your_api_key",
"secret": "your_api_secret",
"password": "optional_passphrase"
}
}