Skip to main content

copy trading api

automatically mirror trades from target wallets.

list configs

GET /copytrade
returns all your copy trade configurations.

create config

POST /copytrade
target_wallet
string
required
wallet address to copy trades from
trade_wallet
string
required
your wallet to execute trades with
amount_sol
number
required
sol per copied trade
max_slippage_bps
number
default:"500"
max slippage tolerance
enabled
boolean
default:"true"
whether config is active

update config

PATCH /copytrade
update an existing copy trade configuration.

delete config

DELETE /copytrade
remove a copy trade configuration.

execute copy

POST /copytrade/execute
manually trigger a copy trade execution.