-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml.default
More file actions
44 lines (35 loc) · 1.42 KB
/
config.toml.default
File metadata and controls
44 lines (35 loc) · 1.42 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
# fintool configuration
# Copy to ~/.fintool/config.toml and fill in your values
# Run `fintool init` to generate this automatically
[wallet]
# Hex private key (with or without 0x prefix). Required for trading.
# private_key = "0x..."
# Alternative: encrypted keystore file + passcode
# wallet_json = "/path/to/wallet.json"
# wallet_passcode = "your-passcode"
[network]
# Use Hyperliquid testnet (default: false)
testnet = false
[api_keys]
# OpenAI API key — enables LLM-enriched quotes with trend/momentum analysis
# Get one at https://platform.openai.com/api-keys
# openai_api_key = "sk-..."
# openai_model = "gpt-4.1-mini"
# CryptoPanic token — crypto news (optional, not currently used)
# Free at https://cryptopanic.com/developers/api/
# cryptopanic_token = "..."
# NewsAPI key — stock news (optional, not currently used)
# Free at https://newsapi.org/
# newsapi_key = "..."
# Binance API credentials — enables spot/perp/options trading on Binance
# Sign up at https://www.binance.com/
# binance_api_key = "..."
# binance_api_secret = "..."
# Coinbase Advanced Trade API credentials — enables spot trading on Coinbase
# Sign up at https://www.coinbase.com/
# coinbase_api_key = "..."
# coinbase_api_secret = "..."
# Polymarket — prediction market trading on Polygon
# Uses the [wallet] private_key for signing. Only signature_type is configurable.
# [polymarket]
# signature_type = "proxy" # proxy (default), eoa, or gnosis-safe