Create Copy Trading

This API is used to create multi-chain copy trading tasks

Body Params
boolean
required

"true" means enabling copy trading

string
required

Name of copy trading

string
required

Blockchain (solana/ethereum/base/bsc/tron)

dexFilter
array of strings
Defaults to null

DEX 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,uniswap_v4,pancake_v2,pancake_v3,pancake_v4_cl,sunswap_v2,sunpump,ether_vista,okx_v2,fourmeme,flap,boop,heaven,binance_dex,okx_dex

dexFilter
targetIds
array of strings
required

The wallet address to be copied (up to 10)

targetIds*
targetNames
array of strings

Wallet remarks, correspond one-to-one with targetIds.

targetNames
tokenBlacklist
array of strings

Blacklisted token addresses for the current task (up to 20). Tokens added to the blacklist will not be bought or sold

tokenBlacklist
tokenWhitelist
array of strings

Whitelisted token addresses for the current task (up to 20). After add token to the whitelist,only execute buy or sell operations for that token

tokenWhitelist
devBlacklist
array of strings

Blacklisted 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)

devBlacklist
devWhitelist
array of strings

Whitelisted 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)

devWhitelist
string
required

The id of the wallet to be used, which can be obtained via the "Wallet Info API"

string

Group id

buySettings
object
required

Buy Settings

sellSettings
object
required

Sell Settings

Response

Language
Request
Response
Choose an example:
application/json