Edit Copy TradingAsk AIpost https://api-bot-v1.dbotx.com/automation/follow_orderThis API is used to edit a copy trading task (All fields must be included in the request, any missing fields will be reset to their default values)Body ParamsidstringrequiredCopy trading task idenabledbooleanrequired"true" means to enable the copy trading tasknamestringrequiredName of copy tradingchainstringrequiredBlockchain(solana/ethereum/base/bsc/tron)dexFilterarray of stringsDefaults to nullDEX to be copied, null means all, fill in the name to copy the corresponding DEX transaction, including: raydium_amm,raydium_clmm,raydium_cpmm,raydium_launchpad,meteora_dlmm,meteora_dyn,meteora_dyn2,meteora_bc,pump,pump_mayhem,pump_swap_mayhem,pump_swap,moonshot,orca_wp,uniswap_v2,uniswap_v3,pancake_v2,pancake_v3,sunswap_v2,sunpump,ether_vista,okx_v2,fourmeme,boop,heaven,binance_dex,okx_dexdexFilterADD stringtargetIdsarray of stringsrequiredThe wallet address to be copied (up to 10)targetIds*ADD stringtargetNamesarray of stringsWallet remarks, correspond one-to-one with targetIds.targetNamesADD stringtokenBlacklistarray of stringsBlacklisted token addresses for the current task (up to 20). Tokens added to the blacklist will not be bought or soldtokenBlacklistADD stringtokenWhitelistarray of stringsWhitelisted token addresses for the current task (up to 20). After add token to the whitelist,only execute buy or sell operations for that tokentokenWhitelistADD stringdevBlacklistarray of stringsBlacklisted dev addresses for the current task (up to 20). After adding an address to the blacklist, tokens created by this address will not be bought or sold (only for solana chain)devBlacklistADD stringdevWhitelistarray of stringsWhitelisted dev addresses for the current task (up to 20). After adding an address to the whitelist, only execute buy or sell operations for the tokens created by this address(only for solana chain)devWhitelistADD stringwalletIdstringrequiredThe id of the wallet to be used, which can be obtained via the "Wallet Info API"groupIdstringGroup idbuySettingsobjectrequiredBuy SettingsbuySettings objectsellSettingsobjectrequiredSell SettingssellSettings objectResponse 200Success ResponseUpdated 4 months ago