-
-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 826 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Polymarket
POLYMARKET_PRIVATE_KEY= # Ethereum private key for signing transactions
POLYMARKET_API_KEY= # CLOB API key (from Polymarket developer portal)
POLYMARKET_API_SECRET= # CLOB API secret
POLYMARKET_PASSPHRASE= # CLOB API passphrase
# Kalshi
KALSHI_API_KEY= # Kalshi API key
KALSHI_PRIVATE_KEY= # Kalshi RSA private key (base64 or file path)
# Limitless
LIMITLESS_PRIVATE_KEY= # Ethereum private key for signing transactions
LIMITLESS_API_KEY= # CLOB API key
LIMITLESS_API_SECRET= # CLOB API secret
LIMITLESS_PASSPHRASE= # CLOB API passphrase
# Optional
LOG_LEVEL= # debug, info, warn, error (default: info)
PMXT_ALWAYS_RESTART= # Set to 1 to force server restart on every SDK call
OPINION_API_KEY=