Edit Copy Trading (POST)
Edit Copy Trading
URL
Header: X-API-KEY
(Please do not disclose your API Key to anyone. If you are at risk of losing it, please refresh it.)
Notes
X-API-KEY can be obtained in your "Dashboard", go to check: Dashboard
In the paging type interface, use the next field in the return value as the query parameter for the next page (if next == null, it means that paging has ended)
Request Example
{
"id": "lxvmnr5h00jeus",
"enabled": true,
"name": "task name",
"chain": "solana",
"dexFilter": [
"raydium_amm",
"pump"
],
"targetIds": [
"ECQwEUMk75pxgruroXKTfqMHL4Aoj622vEZxBtYu4gNt"
],
"tokenBlacklist": [
"5rfR98jWph5VhwG7wBJ5ftSfVgX5tGrwNCUAHRPDpump"
],
"walletId": "lus8auwp003zvg",
"groupId": "m53gevri055ird",
"buySettings": {
"enabled": true,
"startHour": 10,
"endHour": 12,
"buyAmountType": "follow_amount",
"maxBuyAmountUI": "0.1",
"buyRatio": 1.5,
"maxBalanceUI": 100,
"reservedAmountUI": 0.01,
"targetMinAmountUI": 0.1,
"targetMaxAmountUI": 0.5,
"minTokenMCUSD": 10000,
"maxTokenMCUSD": 1000000,
"maxBuyTax": 0.1,
"maxSellTax": 0.1,
"customFeeAndTip": false,
"priorityFee": "0.00005",
"gasFeeDelta": 5,
"maxFeePerGas": 100,
"jitoEnabled": true,
"jitoTip": 0.001,
"maxSlippage": 0.1,
"skipFreezableToken": false,
"skipMintableToken": false,
"skipDelegatedToken": false,
"skipNotOpensource": false,
"skipHoneyPot": false,
"skipTargetIncreasePosition": false,
"minBurnedLp": 0.2,
"minLpUsd": 10000000,
"minTokenAgeMs": 10000000,
"maxTokenAgeMs": 100000000,
"maxTopHoldPercent": 0.5,
"maxBuyTimesPerToken": 5,
"maxBuyAmountPerToken": 0.1,
"buyExist": false,
"buyOncePerWallet": false,
"concurrentNodes": 2,
"retries": 1
},
"sellSettings": {
"enabled": true,
"startHour": 10,
"endHour": 12,
"mode": "mixed",
"sellAmountType": "all",
"xTargetRatio": 2,
"sellSpeedType": "accurate",
"targetMinAmountUI": 0.1,
"targetMaxAmountUI": 0.5,
"stopEarnPercent": 1,
"stopLossPercent": 0.5,
"stopEarnGroup": [
{
"pricePercent": 0.2,
"amountPercent": 0.5
},
{
"pricePercent": 0.8,
"amountPercent": 1
}
],
"stopLossGroup": [
{
"pricePercent": 0.2,
"amountPercent": 0.5
},
{
"pricePercent": 0.8,
"amountPercent": 1
}
],
"trailingStopGroup": [
{
"pricePercent": 0.2,
"amountPercent": 1
}
],
"pnlOrderExpireDelta": 86400000,
"pnlOrderExpireExecute": false,
"pnlOrderUseMidPrice": false,
"sellMode": "smart",
"migrateSellPercent": 1,
"minDevSellPercent": 0.5,
"devSellPercent": 1,
"customFeeAndTip": false,
"priorityFee": "",
"gasFeeDelta": 5,
"maxFeePerGas": 100,
"jitoEnabled": true,
"jitoTip": 0.001,
"maxSlippage": 0.1,
"concurrentNodes": 2,
"retries": 1
}
}
Request Response
{
"err": false,
"res": "",
"docs": "https://dbotx.com/docs"
}
Request Parameters
Last updated