Skip to main content
POST
Create or update a copy trading config

Body

application/json

Request to add/update copy config

follower_account_id
string<uuid>
required

The follower account ID

leader_account_id
string<uuid>
required

The leader account ID

ratio
number<double>
required

Copy ratio (whole number 1 to 10). 1 = same quantity, 2 = double, 3 = triple

group_name
string | null

Optional group label. If omitted/empty, defaults to "default".

symbol
string | null

Optional contract symbol (e.g., "ESH6"). If omitted/empty, uses "*" (any symbol)

Response

Config saved