Create Copy Trade
Create a new copy trade configuration
Authentication
This endpoint requires authentication using a JWT token in the Authorization header.
JWT token in the format: Authorization {token}
Request Body
Display name for the copy trade configuration
Volume amount to use for copied trades
Address of the account to copy trades from
Leverage setting for copied trades
Protocol to use for copy trading (e.g., “KILOEX_OPBNB”)
Exchange platform to use (e.g., “HYPERLIQUID”)
ID of the wallet to use for copy trading
Type of copy trading (e.g., “COPY_TRADER”)
List of token addresses to exclude from copying
List of specific token addresses to copy trades for
Whether to copy trades in reverse (opposite direction)
Enable automatic stop loss for copied positions
Type of stop loss calculation (e.g., “PERCENT”, “USD”)
Value for stop loss (percentage or fixed amount)
Enable volume protection to prevent over-sized positions
Number of past orders to analyze when starting copy trade
Enable automatic take profit for copied positions
Type of take profit calculation (e.g., “PERCENT”, “USD”)
Value for take profit (percentage or fixed amount)
Maximum volume multiplier for copied trades
Skip copying trades with leverage below a threshold
Minimum leverage threshold for copied trades
Skip copying trades with collateral below a threshold
Minimum collateral threshold for copied trades
Skip copying trades with size below a threshold
Minimum size threshold for copied trades
Whether to copy all trades from the account
Whether exclusion rules are applied
Whether to enable multiple copying from various accounts
Which trade sides to copy (e.g., “BOTH”, “LONG”, “SHORT”)
Request Example
Response
The API returns the created copy trade configuration object with all properties.
Unique identifier for the newly created copy trade
Display name of the copy trade configuration
Identifier of the user who created this copy trade
The account address being copied
List of additional accounts for multiple copying
Identifier of the wallet used for copying
List of specific token addresses to copy trades for
Type of stop loss calculation
Whether stop loss is enabled
Value for stop loss
Type of take profit calculation
Whether take profit is enabled
Value for take profit
Maximum volume multiplier for copied trades
Leverage setting for copied trades
Volume amount for copied trades
Whether volume protection is enabled
Number of orders to look back when starting copy
Whether to copy trades in reverse
Whether to skip trades with low leverage
Threshold for low leverage
Whether to skip trades with low collateral
Threshold for low collateral
Whether to skip trades with low size
Threshold for low size
Whether to copy all trades from the account
Current status of the copy trade (RUNNING/STOPPED)
Whether multiple copying is enabled
Exchange platform being used
Which trade sides to copy
Type of copy trading
Protocol being used for trading
List of token addresses to exclude from copying
Timestamp when the copy trade was created