Settings
GET /api/settings
{
"settings": {
"solBuyAmount": 0.1,
"baseBuyAmount": 0.005,
"maxSlippageBps": 500,
"dailyLimitUsd": 100,
"minLiquidityUsd": 1000,
"maxRiskScore": 50,
"autoSellEnabled": false,
"takeProfitPct": null,
"stopLossPct": null,
"tgNotificationsEnabled": false,
"tgNotifyTradeConfirmed": true,
"tgNotifyTradeFailed": true,
"tgNotifyTradeRejected": false,
"tgNotifyLowBalance": true,
"lowBalanceThresholdUsd": 10
}
}PUT /api/settings
Buy Amount Limits
Chain
Min
Max
Default
Validation Ranges
Field
Range
Auto-Sell (Premium Only)
POST /api/settings/pause
POST /api/settings/resume
Last updated
Was this helpful?