1
0
crypto-seller/config/example_btc_monthly_savings.json

10 lines
267 B
JSON
Raw Normal View History

2024-07-22 21:02:25 +00:00
{
"__comment": "This configuration buys 100 USD worth Bitcoin ever 30 days.",
"input_asset": "USDT",
"output_asset": "BTC",
"input_amount_low": 100,
"input_amount_high": 100,
"interval_minutes_low": 43200,
"interval_minutes_high": 43200
}