Copy Trading Tasks (GET)
Copy Trading Tasks
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.)
Parameters
{page} 0 / 1 / 2 ...
{size} 10 / 20 (max 20)
{chain} solana / ethereum / base / bsc / tron
{groupId} group_id
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)
Results
{
"err": false,
"res": [
{
"accountId": "vd1l2ge6ac1dxh",
"id": "n1v50h7hfkt0e1",
"enabled": true,
"chain": "solana",
"name": "task name",
"walletId": "lus8auwp003zvg",
"walletType": "solana",
"walletAddress": "your wallet address",
"walletName": "your wallet name",
"groupId": "m53gevri055ird",
"groupName": "group1",
"buyTimes": 5,
"sellTimes": 5,
"pnlOrderCount": 5,
"lastTradeTime": 1729477508,
"lastTradeType": "take_profit",
"dexFilter": [
"raydium_amm",
"pump"
],
"targetIds": [
"ECQwEUMk55pxgrurokKTfqMHL4Aoj622vEZxgtYu4gNt"
],
"buySettings": {
"enabled": true,
"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,
"minBurnedLp": 0.2,
"minLpUsd": 10000000,
"maxTokenAgeMs": 100000000,
"maxTopHoldPercent": 0.5,
"buyExist": false,
"buyOncePerWallet": false,
"concurrentNodes": 2,
"retries": 1
},
"sellSettings": {
"enabled": true,
"mode": "mixed",
"sellAmountType": "all",
"sellSpeedType": "accurate",
"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
}
],
"sellMode": "smart",
"customFeeAndTip": false,
"priorityFee": "",
"gasFeeDelta": 5,
"maxFeePerGas": 100,
"jitoEnabled": true,
"jitoTip": 0.001,
"maxSlippage": 0.1,
"concurrentNodes": 2,
"retries": 1
}
}
],
"docs": "https://dbotx.com/docs"
}
Response Parameters
Last updated