copy-trading

Create a copy trading profile

post/v1/copy-trading/profiles

Request body

targetIdstring uuid required
onlyNewPositionsboolean

Response

Successful response

idstring required
user_idstring required
target_idstring required
sub_wallet_addressstring nullable required
allocated_amountnumber required
status'active' | 'stopping' | 'stopped' required
pnl_share_ratenumber required
needs_rebalanceboolean required
force_close_requestedboolean required
copier_equity_baselinenumber nullable required
copier_baseline_updated_atstring nullable required
created_atstring required
updated_atstring required
stopped_atstring nullable required

Changes

Changed in 1 of the 21 revisions of this API.1

    • added the new stopping enum value to the status response property for the response status 200

      response-property-enum-value-added